From e0c58b2f35afd883f4b7ed5ec7fb8ad0ccdcd82d Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Sun, 21 Aug 2022 22:59:47 +1200 Subject: [PATCH] use custom image --- .woodpecker/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index aa9a66d..ba666a8 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -19,10 +19,8 @@ clone: pipeline: check-tag: - image: debian:11-slim + image: code.balsillie.net/containers/debian:11-slim-bash pull: false - environment: - - SHELL=/bin/bash commands: - echo $SHELL - if [[ $TAG =~ ^v1\...\..rc.$ ]]