Closed comminutus closed 9 months ago
I figured this out. By default the semver
priority is higher than the match
priority. Since my tag, in the form of v##.##.##-me-#, is technically a valid semver
, the -me-# portion is considered a pre-release and thus would not get a latest
tag. By either removing the semver
inputs or by placing the match
priority higher than semver
, the latest
tag gets added.
Contributing guidelines
I've found a bug, and:
Description
Problem
The readme mentions that the
latest
tag ought to be generated whenflavor.latest
is set toauto
:However, when I push a tag in the format of v#.##.#-extra-1 (which the match supposedly matches), the
latest
tag isn't added.Expected behaviour
Configuration
Build URL:
Expected behaviour
The
latest
tag should be added on anymatch
hitActual behaviour
No
latest
tag is generatedRepository URL
https://github.com/comminutus/p2pool-alpine
Workflow run URL
https://github.com/comminutus/p2pool-alpine/actions/runs/7624668710
YAML workflow