fix: Allow docker builds on manual pipeline triggers
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user