Add support for building docker containers on CI
This is easier than dind
This commit is contained in:
parent
6b63c2685b
commit
c34b9e48f4
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ check_interval = 10
|
||||||
|
|
||||||
[runners.docker]
|
[runners.docker]
|
||||||
image = "alpine"
|
image = "alpine"
|
||||||
privileged = false
|
privileged = true
|
||||||
disable_cache = false
|
disable_cache = false
|
||||||
volumes = ["/cache"]
|
volumes = ["/cache", "/var/run/docker.sock:/var/run/docker.sock:ro"]
|
||||||
pull_policy = "if-not-present"
|
pull_policy = "if-not-present"
|
||||||
|
|
Loading…
Reference in a new issue