From 5e117367bd1a04cb3e6030544357f41b42bd4f19 Mon Sep 17 00:00:00 2001 From: therealchfkch Date: Sun, 8 May 2022 14:10:06 +0200 Subject: [PATCH] Skipping image builder for now --- .woodpecker/build-docker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/build-docker.yml b/.woodpecker/build-docker.yml index 2de9317..5dfbfd3 100644 --- a/.woodpecker/build-docker.yml +++ b/.woodpecker/build-docker.yml @@ -4,9 +4,9 @@ pipeline: commands: - cargo build - build: - image: docker - volumes: - - /var/run/docker.sock:/var/run/docker.sock - commands: - - docker build . + #build: + # image: docker + # volumes: + # - /var/run/docker.sock:/var/run/docker.sock + # commands: + # - docker build .