TEST: build
Some checks failed
Build docker container / Build image (push) Failing after 14s

This commit is contained in:
2025-12-18 01:42:24 +01:00
parent c397bad465
commit 16ab32d5fc

View File

@@ -14,8 +14,7 @@ jobs:
image: docker:23.0.6-dind image: docker:23.0.6-dind
env: env:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
cmd: cmd: ["dockerd", "--host=tcp://0.0.0.0:2375"]
- dockerd --host=tcp://0.0.0.0:2375 --tls=false
options: >- options: >-
--privileged --privileged
--cap-add SYS_ADMIN --cap-add SYS_ADMIN