diff --git a/.woodpecker.yml b/.woodpecker.yml index 45f27c1..5267d3a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,22 +14,22 @@ steps: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/ruby" purge: false - secrets: - - "DOCKER_PASSWORD" + password: + from_secret: "DOCKER_PASSWORD" when: branch: "antifascista" event: "push" matrix: include: - - ALPINE_VERSION: "3.20.1" + - ALPINE_VERSION: "3.20.3" RUBY_VERSION: "3.3" - RUBY_PATCH: "1" - - ALPINE_VERSION: "3.19.2" + RUBY_PATCH: "3" + - ALPINE_VERSION: "3.19.4" RUBY_VERSION: "3.2" RUBY_PATCH: "4" - - ALPINE_VERSION: "3.18.7" + - ALPINE_VERSION: "3.18.9" RUBY_VERSION: "3.2" RUBY_PATCH: "4" - - ALPINE_VERSION: "3.17.8" + - ALPINE_VERSION: "3.17.10" RUBY_VERSION: "3.1" RUBY_PATCH: "5"