Add docker socket
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikurasu 2023-03-17 12:13:03 +01:00
parent ae854cbf24
commit 5f14e5ac3b
Signed by: Nikurasu
SSH key fingerprint: SHA256:Iw2UoxkrPR8iAXYVMPJIws3eX8ZyNrNr4y2HlJkZTpY

View file

@ -9,5 +9,7 @@ pipeline:
privileged: true
commands:
- docker buildx build -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG -f dev/docker/images/production/Dockerfile .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
branches: main