Mount docker config during CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Daan Boerlage 2023-04-06 02:38:15 +02:00
parent 65f67e8a61
commit 4a8812299b
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -8,6 +8,7 @@ pipeline:
image: docker:23-dind
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/daan/.docker/config.json:/root/.docker/config.json
commands:
- apk add git
- docker buildx build -t git.boerlage.me/daan/osrs-prometheus-exporter:latest .