-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
release: point wildcard tags to latest patch release #68
Comments
It's a Docker based action so instead of using git tags to do that it happens on the image tag level. (Been working on a blog post about this.) Have a the tags on https://hub.docker.com/r/wyrihaximusgithubactions/next-semvers/tags they all share the same hash. |
Hm, I am not really a Docker man, so the magic is still unclear to me. So let me rephrase into a question: Is there a way to set a wildcard release for this action? Will
point to v1.2.1? |
Yes. That is the whole going of using mutable Docker image tags. Working on a better way to communicate this in the release messages including links to the Docker images to clarify it. But in essence after tagging |
Ah. Thanks for clarification. Feel free to close this issue or use it to mention this in the docs |
Will keep it open until I put the clarification improvements here and in other actions that work this way are in place. |
Unlike WyriHaximus/github-action-create-milestone the wildcard tags like
v1
orv1.2
do not point to their latest patch release (currentlyv1.2.1
) making them unusable for actions.The text was updated successfully, but these errors were encountered: