From d075ad28c5a85d00c1a8d63b52dd8191ca4e074a Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 22 Aug 2022 12:17:31 +0200 Subject: [PATCH] always pull docker images --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0337fe5..dae8568 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,12 +3,14 @@ platform: linux/arm64 pipeline: build: image: registry.monotremata.xyz/static-page-builder + pull: true commands: - make www - make onion publish: image: registry.monotremata.xyz/rsync + pull: true settings: host: caladan user: woodpecker