Open ybizeul opened 3 months ago
@ybizeul your container tag names need to follow some sort ordered pattern. You can try with regex: or glob: see if you can workaround it (introduced in https://github.com/keel-hq/keel/commit/611ff29997d94285036f6fd180d74afe5cbaf7ca).
In any case, I'd recommend using Semver.
I'm trying to keep my pod up to date on both
main
anddev
image tags. It updates fine as long as the tag doesn't change, but if current tag isdev
, a push tomain
won't trigger an update.