From 7db7389558ecde2db6a8ede535a26bb27058ef31 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 7 Dec 2022 15:02:39 +0100 Subject: [PATCH] add ci configration --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5a387f7..64709dc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,8 @@ pipeline: build_commit: image: docker:stable + volumes: + - /var/run/docker.sock:/var/run/docker.sock commands: - docker build --tag gitnet.fr/$CI_REPO:$CI_COMMIT_SHA @@ -11,6 +13,8 @@ pipeline: build_tag: image: docker:stable + volumes: + - /var/run/docker.sock:/var/run/docker.sock commands: - docker build --tag gitnet.fr/$CI_REPO:$CI_COMMIT_TAG