-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can set More info about latest handling: https://github.com/docker/metadata-action#latest-tag |
Beta Was this translation helpful? Give feedback.
You can set
latest=false
inflavor
input: https://github.com/docker/metadata-action#flavor-inputMore info about latest handling: https://github.com/docker/metadata-action#latest-tag