-
Notifications
You must be signed in to change notification settings - Fork 48
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
captain push should include also the git tag version #32
Comments
I think your text is missing some part. From the title I understand it doesn't push a tag you have created. Currently (v0.8.0) it should push "latest", $working_branch and $tags list associated with the working commit-id. Can you print your git tree here (you can remove the text of your commits), give an output of your captain command and mention what is missing. You can use this oneliner for the git tree:
|
#32 add --commit-tags flag to push and pull commands
Fixed on #41 By default |
Currently it pushes the image with the tags
:latest
,:master
and:<branch>
, can you add:<git commit>
?The text was updated successfully, but these errors were encountered: