-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix/refine-tagging-logic #21
Conversation
Looks great. You want to adress the deprecation in this PR or would you prefer to do that in a new PR?
|
I have addressed this small fix right here: 4192efa and fixed the new introduced bug here: 3031889. Now it should be fine
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the issues so quickly, well done 👏
Motivation
This PR addresses the issue of automatic "latest" tagging for main branch commits, which could mistakenly promote unstable builds into production. The update ensures that the "latest" tag is only applied to stable, versioned releases.
Changes
TODO