fix(ci): add unix:// prefix to docker_host in runner config
This commit is contained in:
parent
6128754ee2
commit
a399d12f1d
|
|
@ -26,5 +26,5 @@ data:
|
||||||
privileged: true
|
privileged: true
|
||||||
valid_volumes:
|
valid_volumes:
|
||||||
- "**"
|
- "**"
|
||||||
docker_host: "/var/run/docker.sock"
|
docker_host: "unix:///var/run/docker.sock"
|
||||||
force_pull: true
|
force_pull: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue