-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The release process currently tags and then publishes images for tags as following:
=> new tag v21.06.0 is pushed and release process starts:
- image is built with tag
:21.06.0for this specific tag - then rolling release image is tagged
:21.06 - and finally the
:latesttag is updated to this release
This process is okay for the actual releases, but it should be fixed to skip step 2 and 3 for pre-releases: e.g. v21.06.1-rc1, or simply any version with suffix -*. This is because we do not want to update rolling release image or latest image tags for these pre-releases.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request