Commit 7a2fc0a
committed
fix: remove default tag value from workflow_dispatch to prevent overwriting release images
workflow_dispatch now leaves the tag input empty by default. When empty,
the resolve step falls back to github.ref_name (branch name) instead of
using a hardcoded version, preventing manual test runs from overwriting
production release tags.1 parent 01544da commit 7a2fc0a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments