Skip to content
Snippets Groups Projects
Commit e97af053 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Fix docker volume

parent db656a39
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -183,7 +183,7 @@ In order to do that, follow the steps:
image = "docker:latest"
privileged = false
disable_cache = false
volumes = ["/usr/local/bin/docker:/usr/bin/docker", "/cache"]
volumes = ["/var/run/docker.sock", "/cache"]
[runners.cache]
Insecure = false
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment