Commit e9ce964
committed
fix: gh action tag env overriding actual tag while push from main
Previously it used IMAGE_TAG for both source and target tags when tagging for push latest commit to main. This will add a new ENV to set the TARGET_TAG. Fixes aipcc-cicd#19.
Signed-off-by: Adrian Riobo <ariobolo@redhat.com>1 parent f0e510c commit e9ce964
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
0 commit comments