Mount docker config during CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
65f67e8a61
commit
4a8812299b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ pipeline:
|
||||||
image: docker:23-dind
|
image: docker:23-dind
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /home/daan/.docker/config.json:/root/.docker/config.json
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
- docker buildx build -t git.boerlage.me/daan/osrs-prometheus-exporter:latest .
|
- docker buildx build -t git.boerlage.me/daan/osrs-prometheus-exporter:latest .
|
||||||
|
|
Loading…
Reference in a new issue