Compare commits
2 commits
phase-0-sc
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5adc4a7ba4 | ||
|
|
f4a4c8892f |
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
when:
|
when:
|
||||||
- event: [manual, push]
|
# Manual-only — fired with IMAGE_TAG by the build pipeline (or
|
||||||
|
# by a human kicking off a deploy from the Woodpecker UI).
|
||||||
|
# The earlier `[manual, push]` would fire on every push and fail
|
||||||
|
# at check-vars because IMAGE_TAG is unset on push events.
|
||||||
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-vars
|
- name: check-vars
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue