fix: Allow docker builds on manual pipeline triggers

Co-Authored-By: Claude Opus 4.5 <[email protected]>
This commit is contained in:
2026-02-01 15:10:59 -06:00
co-authored by Claude Opus 4.5
parent cd727f619f
commit 8ca0b45fcb
+3 -3
View File
@@ -102,7 +102,7 @@ steps:
from_secret: harbor_password from_secret: harbor_password
when: when:
- branch: [main, develop] - branch: [main, develop]
event: push event: [push, manual]
depends_on: depends_on:
- build - build
@@ -126,7 +126,7 @@ steps:
from_secret: harbor_password from_secret: harbor_password
when: when:
- branch: [main, develop] - branch: [main, develop]
event: push event: [push, manual]
depends_on: depends_on:
- build - build
@@ -148,6 +148,6 @@ steps:
from_secret: harbor_password from_secret: harbor_password
when: when:
- branch: [main, develop] - branch: [main, develop]
event: push event: [push, manual]
depends_on: depends_on:
- build - build