You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
Expected behavior
it pushes the revision to the tag "prod", but instead it complains it isn't semver.
Additional context
No response
The text was updated successfully, but these errors were encountered: