[ci] deploy.yml: manual-only — push events don't set IMAGE_TAG
This commit is contained in:
parent
f4a4c8892f
commit
5adc4a7ba4
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
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:
|
||||
- name: check-vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue