Merge pull request 'ci(build): dryrun should be performed on push event' (#16) from ci/build-push into main
ci/woodpecker/push/build Pipeline was successful
Details
ci/woodpecker/push/build Pipeline was successful
Details
Reviewed-on: #16
This commit is contained in:
commit
ffb7357d2e
|
@ -14,7 +14,9 @@ steps:
|
||||||
<<: *buildx_settings
|
<<: *buildx_settings
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event:
|
||||||
|
- pull_request
|
||||||
|
- push
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: *buildx
|
image: *buildx
|
||||||
|
|
Loading…
Reference in New Issue