Skip image push if tag exists #183
Unanswered
ArzelaAscoIi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using this action to build&push images with "plugins" like
my-image:base-<pluginX>
. For every CI run we want to publish these tags, but don't overwrite the old ones.Currently we temporarly just set the bake target for this specific flavour and revert this in the CI, but ideally we would like to have something like
skipIfExists:true
within the action to not overwrite all other tags. Is there a smart way to achieve this with this action ?Beta Was this translation helpful? Give feedback.
All reactions