Updated the Woodpecker pipeline to build when a new tag is pushed.
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
2026-02-01 21:19:02 -06:00
parent ba51716a00
commit 9366eab50e

View File

@@ -1,6 +1,6 @@
when:
# Allow both normal runs (push) and UI-triggered runs (manual)
- event: [push, manual]
# Allow both normal runs (push, tag) and UI-triggered runs (manual)
- event: [push, manual, tag]
steps:
- name: build-and-push-image