Skip to content

Release candidate tags handled incorrectly #158

Open
@jsf9k

Description

@jsf9k

🐛 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeThis issue or pull request involves changes to existing functionalitybugThis issue or pull request addresses broken functionality

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions