Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit publishing latest/release tags on pre-releases #29

Open
ondrej-fabry opened this issue May 27, 2022 · 0 comments
Open

Omit publishing latest/release tags on pre-releases #29

ondrej-fabry opened this issue May 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ondrej-fabry
Copy link
Collaborator

The release process currently tags and then publishes images for tags as following:

=> new tag v21.06.0 is pushed and release process starts:

  1. image is built with tag :21.06.0 for this specific tag
  2. then rolling release image is tagged :21.06
  3. and finally the :latest tag 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.

@ondrej-fabry ondrej-fabry added the enhancement New feature or request label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant