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

--long flag to always output build information in image tags and chart version #57

Merged
merged 5 commits into from
Oct 19, 2019

Conversation

consideRatio
Copy link
Member

This PR adds the --long flag to always output build information in image tags and chart version. This mimics git describe --long that has does something very similar.

The --long flag could be useful to avoid producing duplicate entries when a build job is run twice, once because of a commit was pushed, and once again because of a tag was pushed and coupled with this commit. If --long us used with pushed commits, but not for pushed tags or with --tag, then we wouldn't risk pushing two charts of the same version for example.

chartpress-long-flag

@consideRatio consideRatio force-pushed the long-version-flag branch 10 times, most recently from ef19d2a to 985d9c1 Compare October 19, 2019 10:44
@minrk
Copy link
Member

minrk commented Oct 20, 2019

It would be useful to be able to review PRs, especially before publishing releases if there aren't critical blocking issues in a broken release.

@consideRatio
Copy link
Member Author

consideRatio commented Oct 20, 2019

Thanks for telling me, I need the feedback. Sorry for this, chartpress is due to my actions now in a bad state, caused technically by #62.

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