Commit 8ccf757
committed
Update TAG Generation Logic
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 <anishasthana1@gmail.com>1 parent 14d569b commit 8ccf757
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments