fix: move docker password to plugin config

https://github.com/woodpecker-ci/woodpecker/issues/4140#issuecomment-2369019247
This commit is contained in:
f 2024-10-23 10:35:32 -03:00
parent fc1a12e592
commit 0e8b6ac71a
No known key found for this signature in database

View file

@ -11,8 +11,8 @@ steps:
build_args: build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}" - "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit" - "BASE_IMAGE=gitea.nulo.in/sutty/monit"
secrets: password:
- "DOCKER_PASSWORD" from_secret: "DOCKER_PASSWORD"
when: when:
branch: "antifascista" branch: "antifascista"
event: "push" event: "push"