🐛 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:
- Start from a descendant of this repository.
- Create a prerelease with a tag such as
1.5.0-rc.1.
- 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.
🐛 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 tags1.5.0-rc.1,1.5.0,1.5, and1. This is not the desired behavior. The prerelease should only be tagged as1.5.0-rc.1and the other tags should only be moved once a release is created.To reproduce
Steps to reproduce the behavior:
1.5.0-rc.1.1.5.0,1.5, and1.Expected behavior
I do not expect the creation of a prerelease to change release image tags.