From 0e8b6ac71a39f28e3a466b6b36b1d37bddea430a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Oct 2024 10:35:32 -0300 Subject: [PATCH] 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"