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

captain push should include also the git tag version #32

Closed
ludovicc opened this issue Jan 22, 2016 · 3 comments
Closed

captain push should include also the git tag version #32

ludovicc opened this issue Jan 22, 2016 · 3 comments
Milestone

Comments

@ludovicc
Copy link
Contributor

ludovicc commented Jan 22, 2016

Currently it pushes the image with the tags :latest, :master and :<branch>, can you add :<git commit> ?

@dkapanidis
Copy link
Member

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:

git log --all --graph --oneline --decorate

@dgil
Copy link
Contributor

dgil commented May 13, 2016

Hi @ludovicc! Did @Spiddy solve your question? If not, can you please provide the information asked?

Thanks!

dkapanidis added a commit that referenced this issue May 18, 2016
dkapanidis pushed a commit that referenced this issue May 19, 2016
#32 add --commit-tags flag to push and pull commands
@dkapanidis
Copy link
Member

Fixed on #41

By default commit docker tags are not pushed to avoid bloating the registry but it can now be activated by using the --commit-tags flag on pull & push subcommands.

@dkapanidis dkapanidis added this to the 1.0.0 milestone May 19, 2016
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

No branches or pull requests

3 participants