Commit 0a46043
Fix invalid Docker tag format in workflow
Remove problematic prefix={{branch}}- from sha tag type that was
generating invalid tags like "-e007166" when branch context is empty.
Using simple "type=sha" instead which generates valid tags.
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>1 parent 42d24aa commit 0a46043
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments