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:
|
env:
|
||||||
- name: DOCKER_TLS_CERTDIR
|
- name: DOCKER_TLS_CERTDIR
|
||||||
value: ""
|
value: ""
|
||||||
|
command:
|
||||||
|
- dockerd
|
||||||
args:
|
args:
|
||||||
- --host=tcp://127.0.0.1:2375
|
- --host=tcp://127.0.0.1:2375
|
||||||
- --host=unix:///var/run/docker.sock
|
- --host=unix:///var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user