binbashar / le-docker-leverage-toolbox

Docker image for https://github.com/binbashar/leverage
3 stars 0 forks source link

Enhancement | Avoid adding `latest` tag when release is rc #25

Closed juanmatias closed 1 year ago

juanmatias commented 1 year ago

Describe the Enhancement

When a regular release is made a latest tag is created. Avoid it when release is rc.

Expected Behavior

When desired version ends with "-rc[0-9]+" avoid adding latest.

Use Case

Latest is useful only on stable releases.

Describe Ideal Solution

Create a conditional to avoid adding the tag.

Alternatives Considered

n/a

Additional Context

Adn/a