fix: Allow docker builds on manual pipeline triggers
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 15:10:59 -06:00
parent cd727f619f
commit 8ca0b45fcb

View File

@@ -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