[CI] Added DIND to build-check for Docker
Some checks failed
ci/woodpecker/pr/0-pre Pipeline was successful
ci/woodpecker/pr/1-build-check Pipeline failed

This commit is contained in:
Phil 2025-04-06 21:24:48 +02:00
parent 2904075db9
commit 05ee3742a9
Signed by: Phil
GPG key ID: 350C8B7C4EF5DED4

View file

@ -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]