Mount the docker socket

This commit is contained in:
Alessio 2023-06-03 10:57:09 -03:00
parent 599ba042b8
commit 04eb65aef3

View File

@ -7,3 +7,5 @@ pipeline:
commands:
- cd .woodpecker/docker
- docker build -f go.dockerfile -t test-image .
volumes:
- /var/run/docker.sock:/var/run/docker.sock