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

Release candidate tags handled incorrectly #158

Open
jsf9k opened this issue Mar 21, 2023 · 0 comments
Open

Release candidate tags handled incorrectly #158

jsf9k opened this issue Mar 21, 2023 · 0 comments
Labels
breaking change This issue or pull request involves changes to existing functionality bug This issue or pull request addresses broken functionality

Comments

@jsf9k
Copy link
Member

jsf9k commented Mar 21, 2023

🐛 Summary

When one creates a release candidate (RC) from a version such as 1.5.0-rc.1, and then creates a prerelease for that RC, the RC Docker image has the tags 1.5.0-rc.1, 1.5.0, 1.5, and 1. This is not the desired behavior. The prerelease should only be tagged as 1.5.0-rc.1 and the other tags should only be moved once a release is created.

To reproduce

Steps to reproduce the behavior:

  1. Start from a descendant of this repository.
  2. Create a prerelease with a tag such as 1.5.0-rc.1.
  3. Go into Docker Hub and observe that the prerelease is also tagged as 1.5.0, 1.5, and 1.

Expected behavior

I do not expect the creation of a prerelease to change release image tags.

@jsf9k jsf9k added bug This issue or pull request addresses broken functionality breaking change This issue or pull request involves changes to existing functionality labels Mar 21, 2023
cisagovbot pushed a commit that referenced this issue Mar 6, 2024
…s/setup-go-5

Bump actions/setup-go from 4 to 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This issue or pull request involves changes to existing functionality bug This issue or pull request addresses broken functionality
Projects
Development

No branches or pull requests

1 participant