[CI] Added DIND to build-check for Docker
This commit is contained in:
parent
2904075db9
commit
05ee3742a9
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ steps:
|
||||||
dry-run: true
|
dry-run: true
|
||||||
platforms: linux/amd64
|
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:
|
when:
|
||||||
- event: [push, cron]
|
- event: [push, cron]
|
||||||
branch: [main, develop]
|
branch: [main, develop]
|
||||||
|
|
Loading…
Add table
Reference in a new issue