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

put version only allows semver #362

Open
ianatarewe opened this issue Jun 18, 2024 · 1 comment
Open

put version only allows semver #362

ianatarewe opened this issue Jun 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ianatarewe
Copy link

ianatarewe commented Jun 18, 2024

Describe the bug

What if this image represents an internal application with continuous delivery and not a released application for self-hosting?

There is no valid reason why we should need to maintain semver versions if our actual versioning is linear and modeled as a series of deployments of a candidate to stages.

Reproduction steps

  1. try to put to a registry-image with version "prod"

Expected behavior

it pushes the revision to the tag "prod", but instead it complains it isn't semver.

Additional context

No response

@ianatarewe ianatarewe added the bug Something isn't working label Jun 18, 2024
@ianatarewe
Copy link
Author

Note, there is a workaround which is to push a file into an output with the desired tag and use additional_tags, but why is that required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant