From 000ac53f39885f4c5dafe8d20b963733ac6bb407 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 23 Jul 2024 10:18:44 -0300 Subject: [PATCH 1/3] feat: upgrades https://alpinelinux.org/posts/Alpine-3.17.9-3.18.8-3.19.3-released.html https://alpinelinux.org/posts/Alpine-3.20.2-released.html --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4defc6..e1e960c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.1" - - ALPINE_VERSION: "3.19.2" - - ALPINE_VERSION: "3.18.7" - - ALPINE_VERSION: "3.17.8" + - ALPINE_VERSION: "3.20.2" + - ALPINE_VERSION: "3.19.3" + - ALPINE_VERSION: "3.18.8" + - ALPINE_VERSION: "3.17.9" From fc1a12e59240597072328f0fe7a48dabe2f4ba1d Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Sep 2024 17:25:35 -0300 Subject: [PATCH 2/3] fix: upgrade alpines --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e1e960c..2ffb3a6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.2" - - ALPINE_VERSION: "3.19.3" - - ALPINE_VERSION: "3.18.8" - - ALPINE_VERSION: "3.17.9" + - ALPINE_VERSION: "3.20.3" + - ALPINE_VERSION: "3.19.4" + - ALPINE_VERSION: "3.18.9" + - ALPINE_VERSION: "3.17.10" From 0e8b6ac71a39f28e3a466b6b36b1d37bddea430a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Oct 2024 10:35:32 -0300 Subject: [PATCH 3/3] fix: move docker password to plugin config https://github.com/woodpecker-ci/woodpecker/issues/4140#issuecomment-2369019247 --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2ffb3a6..c5366fc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,8 +11,8 @@ steps: build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" - secrets: - - "DOCKER_PASSWORD" + password: + from_secret: "DOCKER_PASSWORD" when: branch: "antifascista" event: "push"