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

Make it easier to push semver tags #15

Closed
vito opened this issue Feb 28, 2019 · 1 comment
Closed

Make it easier to push semver tags #15

vito opened this issue Feb 28, 2019 · 1 comment

Comments

@vito
Copy link
Member

vito commented Feb 28, 2019

This would be a nice sugar on top of additional_tags - Docker has a pretty strong convention of pushing a version like 1.2.3 under tags 1, 1.2, and 1.2.3 (assuming it's the latest release):

put: my-image
params:
  semver_tags: version/version

Might want to make the level configurable; if it's a patch for an older version it makes sense to push 1.2 and 1.2.3 but not 1:

put: my-image
params:
  semver_minor_tags: version/version

(just a quick mockup, there may be a more intuitive way to configure this)

@vito
Copy link
Member Author

vito commented Jan 20, 2021

done with v1.0 (#214 + #230)

@vito vito closed this as completed Jan 20, 2021
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

1 participant