From 9366eab50ea261d697262a3133238374c707660b Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sun, 1 Feb 2026 21:19:02 -0600 Subject: [PATCH] Updated the Woodpecker pipeline to build when a new tag is pushed. --- .woodpecker/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build-image.yml b/.woodpecker/build-image.yml index 14a9bfc..1db7b4a 100644 --- a/.woodpecker/build-image.yml +++ b/.woodpecker/build-image.yml @@ -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