fix(actions): run dind with explicit dockerd entrypoint
All checks were successful
runner-smoke / smoke (push) Successful in 18s
All checks were successful
runner-smoke / smoke (push) Successful in 18s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user