-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Have master and release tag images match #56
Labels
Comments
You can just provide several tags during build
|
Branch and tags builds happen separately. Tags are built when a release tag is published on Github. We could technically override the stable version tags when release tags are built and published, but that sounds like a waste of CI resources to me. |
lmakarov
added a commit
that referenced
this issue
Jun 22, 2018
- Moved the push script into a standalone file - scripts/docker-push.sh
lmakarov
added a commit
that referenced
this issue
Jun 23, 2018
Make sure the latest release and stable tags match. Closes #56
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the current build/release process release tags are built separately (when a tag is published) from the master branch.
They should match.
This can be achieved by building tags from the latest stable versions instead if from scratch:
The text was updated successfully, but these errors were encountered: