fix(actions): run dind with explicit dockerd entrypoint
All checks were successful
runner-smoke / smoke (push) Successful in 18s

This commit is contained in:
mpabi
2026-04-12 16:42:30 +02:00
parent 3c8c529444
commit c566978367

View File

@@ -76,6 +76,8 @@ spec:
env:
- name: DOCKER_TLS_CERTDIR
value: ""
command:
- dockerd
args:
- --host=tcp://127.0.0.1:2375
- --host=unix:///var/run/docker.sock