fix(ci): add unix:// prefix to docker_host in runner config

This commit is contained in:
fchinembiri 2026-05-01 08:34:33 +02:00
parent 6128754ee2
commit a399d12f1d
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ data:
privileged: true
valid_volumes:
- "**"
docker_host: "/var/run/docker.sock"
docker_host: "unix:///var/run/docker.sock"
force_pull: true