Skip to content

tagged github actions, update not detected #25849

Discussion options

You must be logged in to vote

Please see LizardByte/.github#291 - I think this should work and that ignoreUnstable=false is not needed

I had assumed before that semver versioning was used, but it turns out it's using docker versioning (long story but in short it allows for the common "short" patterns of 3, 3.1, etc. The thing about docker versioning is that it enforces the suffix part for compatibility, e.g. to make sure you upgrade from ..-alpine to ..-alpine and never ..-debian or with no suffix at all. In your case that means it was enforcing that no update is allowed unless the sha matches, and it never would.

Using loose versioning simply means it's going to sort the tags from left to right including numbers when…

Replies: 4 comments 11 replies

Comment options

You must be logged in to vote
6 replies
@ReenigneArcher
Comment options

@rarkins
Comment options

@ReenigneArcher
Comment options

@rarkins
Comment options

@ReenigneArcher
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@ReenigneArcher
Comment options

@ReenigneArcher
Comment options

@rarkins
Comment options

Answer selected by ReenigneArcher
@ReenigneArcher
Comment options

@ReenigneArcher
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed auto:logs Issue or Discussion is needs logs/more logs
2 participants