diff --git a/.woodpecker.yml b/.woodpecker.yml index a23cdc6..fe86de5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,6 @@ steps: repo: "gitea.nulo.in/sutty/borg" tags: - "${ALPINE_VERSION}" - - "latest" build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" @@ -18,7 +17,7 @@ steps: event: "push" matrix: include: + - ALPINE_VERSION: "3.21.0" - ALPINE_VERSION: "3.20.3" - ALPINE_VERSION: "3.19.4" - ALPINE_VERSION: "3.18.9" - - ALPINE_VERSION: "3.17.10"