[CI Workflow] Improvments for next releses and logic #11
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ steps:
|
|||
dry-run: true
|
||||
platforms: linux/amd64
|
||||
|
||||
|
||||
services:
|
||||
docker-daemon:
|
||||
image: docker:28.0-dind-rootless
|
||||
commands:
|
||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
||||
privileged: true
|
||||
|
||||
when:
|
||||
- event: [push, cron]
|
||||
branch: [main, develop]
|
||||
|
|
Loading…
Add table
Reference in a new issue