Browse Source

Correct image for docker build

main
therealchfkch 4 years ago
parent
commit
1f6736f743
  1. 2
      .woodpecker/build-docker.yml

2
.woodpecker/build-docker.yml

@ -5,6 +5,6 @@ pipeline:
- cargo build - cargo build
build: build:
image: rust image: docker
commands: commands:
- docker build . - docker build .

Loading…
Cancel
Save