Is this possible to tag docker images with latest
only when it's not a prerelease ?
#4042
Answered
by
caarlos0
eddycharly
asked this question in
Q&A
-
We are using goreleaser to build docker images (with Now we don't want to tag images with Our config looks like this: kos:
- repository: ghcr.io/kyverno/playground
tags:
- '{{.Tag}}'
- latest # can we make this conditional to exclude prereleases ? Is there a syntax (template) we can use for that ? |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
May 26, 2023
Replies: 1 comment 11 replies
-
Can you check if this works? EDIT: fixed typo |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
eddycharly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you check if this works?
EDIT: fixed typo