Browse Source

Skipping image builder for now

main
therealchfkch 4 years ago
parent
commit
5e117367bd
  1. 12
      .woodpecker/build-docker.yml

12
.woodpecker/build-docker.yml

@ -4,9 +4,9 @@ pipeline:
commands: commands:
- cargo build - cargo build
build: #build:
image: docker # image: docker
volumes: # volumes:
- /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
commands: # commands:
- docker build . # - docker build .

Loading…
Cancel
Save