fix(ci): add docker.sock volume

This commit is contained in:
Simon Vieille 2023-01-12 10:56:36 +01:00
parent 45f8533ff0
commit e84cc292da
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ pipeline:
- docker tag "deblan/php:$PHP_VERSION" "gitnet.fr/deblan/php:$PHP_VERSION"
- docker push "gitnet.fr/deblan/php:$PHP_VERSION"
- docker push "deblan/php:$PHP_VERSION"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
mail:
image: deblan/woodpecker-email