From 8ca0b45fcb61cc0fd2fd66253924a04b7d5a23b0 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Sun, 1 Feb 2026 15:10:59 -0600 Subject: [PATCH] fix: Allow docker builds on manual pipeline triggers Co-Authored-By: Claude Opus 4.5 --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 17123c1..89aea4f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -102,7 +102,7 @@ steps: from_secret: harbor_password when: - branch: [main, develop] - event: push + event: [push, manual] depends_on: - build @@ -126,7 +126,7 @@ steps: from_secret: harbor_password when: - branch: [main, develop] - event: push + event: [push, manual] depends_on: - build @@ -148,6 +148,6 @@ steps: from_secret: harbor_password when: - branch: [main, develop] - event: push + event: [push, manual] depends_on: - build