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

Don't retag latest when rebuilding older versions #205

Open
svenklemm opened this issue Jan 20, 2023 · 1 comment
Open

Don't retag latest when rebuilding older versions #205

svenklemm opened this issue Jan 20, 2023 · 1 comment

Comments

@svenklemm
Copy link
Member

Currently latest will always be retagged unless the version we build for is a beta version. This is undesirable because when we rebuild 2.9.0 it will be tagged as latest even though 2.9.1 is already out and therefore latest should not have been overwritten.
We should also have a test in CI that latest is in fact the latest version to detect this.

@akuzm
Copy link
Member

akuzm commented Jan 20, 2023

I guess for now I'll just add a toggle to workflow parameters to manually disable tagging, so that we can release the pending fixes without breaking the latest tag again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants