fix ci vy adding volumes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-06-06 22:09:47 +02:00
parent 97c5ce0b7b
commit be35ef8809
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -36,5 +36,7 @@ pipeline:
- echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USER" --password-stdin
- docker build -t deblan/capture:$TAG .
- docker push deblan/capture:$TAG
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
event: [deployment]