Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circleCI config for building AMD64 image #2

Merged
merged 1 commit into from
Dec 5, 2018

Conversation

NicolasDorier
Copy link
Contributor

You need to create a new CircleCI account, link to this project.

Then, go in the build environment variable of the project in CircleCI and setup:
DOCKERHUB_USER, DOCKERHUB_PASS, DOCKERHUB_REPO.

I advise you to have a dedicated account for docker hub different from your github account, and then give this account the rights to your dockerhub repo.

Then it could be:

DOCKERHUB_USER: jeffvandrewci
DOCKERHUB_PASS: mysecurepass
DOCKERHUB_REPO: jeffvandrewjr/btcqbo

Once you did this, tag git tag -a v0.1.0 -m v0.1.0, and push git push --tags.

If you messed up and want to do adjustement and retag..

  1. Remove the tag git tag -d v0.1.0
  2. Do your modifications and commit
  3. Re add the tag git tag -a v0.1.0 -m v0.1.0
  4. git push --tags --force

@JeffVandrewJr JeffVandrewJr merged commit cb92444 into JeffVandrewJr:master Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants