diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b581e0..51e6698 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,9 +5,13 @@ when: steps: - name: build image: docker:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock commands: - docker build -t test . - name: deploy image: docker:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock commands: - sh run.sh \ No newline at end of file