|
I've got a Github Action that's set to run on push of a git tag. I'm only interested in getting the "v1.2.3" output. Is there an easy way to do that? The reason is, I'm passing it to the It fails as it's expecting one image tag, not two. Thanks |
Answered by
crazy-max
Jan 23, 2024
Replies: 1 comment 2 replies
|
You can set More info about latest handling: https://github.com/docker/metadata-action#latest-tag |
2 replies
Answer selected by
mendhak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set
latest=falseinflavorinput: https://github.com/docker/metadata-action#flavor-inputMore info about latest handling: https://github.com/docker/metadata-action#latest-tag