From de2ef1393b17b3c27c757ce0100e1b700a292e61 Mon Sep 17 00:00:00 2001 From: crapStone Date: Tue, 23 Jul 2024 21:44:45 +0200 Subject: [PATCH] always pull images without tags --- .woodpecker/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 1df9e32..bff5c9b 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -18,6 +18,7 @@ steps: build: depends_on: vendor image: codeberg.org/6543/docker-images/golang_just + pull: true commands: - go version - just build @@ -45,6 +46,7 @@ steps: build-tag: depends_on: vendor image: codeberg.org/6543/docker-images/golang_just + pull: true commands: - go version - just build-tag ${CI_COMMIT_TAG##v} @@ -56,6 +58,7 @@ steps: test: depends_on: build image: codeberg.org/6543/docker-images/golang_just + pull: true commands: - just test when: @@ -66,6 +69,7 @@ steps: integration-tests: depends_on: build image: codeberg.org/6543/docker-images/golang_just + pull: true commands: - just integration environment: