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
The Tag generation logic currently results in the image having a tag like the following:
release-v1.30.0-v.1.30.0
This is as we use both the release branch name and the tag name. What we have previously done
to get around this is manually edit the tags once pushed up to Quay. This commit introduces a change
such that the generated tag matches the release branch exactly.
Signed-off-by: Anish Asthana <[email protected]>
0 commit comments