diff --git a/.woodpecker.yml b/.woodpecker.yml index 38e0ba7..45069f0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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