.woodpecker/2-build-latest.yml aktualisiert
This commit is contained in:
parent
819bb65539
commit
996112334f
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ services:
|
||||||
commands:
|
commands:
|
||||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
||||||
privileged: true
|
privileged: true
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
- event: [tag, deployment, release, cron]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- check
|
- check
|
Loading…
Add table
Reference in a new issue