How do I use a when clause to evaluate a tag semver? IE do this action only on a PATCH release, not something like 1.0.0-alpha.0
#6256
Unanswered
dessalines
asked this question in
Ask a Question
Replies: 1 comment
-
|
I guess such more complex filters you can add using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're using docker buildx plugin to build and deploy releases, building multi-arch docker images. The
armimages unfortunately take a long time, like hours, compared to theamd64ones.I'd like to make sure woodpecker only builds all the
platforms, when its a patch release or above, not on beta builds.Is there any way to achieve that? Or is there a better way to do it?
Beta Was this translation helpful? Give feedback.
All reactions