fix: when thing don't work according to docs

This commit is contained in:
f 2023-04-04 16:57:39 -03:00
parent c7eafaed22
commit 6f246db003

View file

@ -4,7 +4,6 @@ pipeline:
settings: settings:
registry: "https://gitea.nulo.in" registry: "https://gitea.nulo.in"
username: "sutty" username: "sutty"
password: "${REGISTRY_TOKEN}"
repo: "gitea.nulo.in/sutty/monit" repo: "gitea.nulo.in/sutty/monit"
tags: tags:
- "${ALPINE_VERSION}" - "${ALPINE_VERSION}"
@ -14,7 +13,7 @@ pipeline:
- "BASE_IMAGE=alpine" - "BASE_IMAGE=alpine"
purge: false purge: false
secrets: secrets:
- "REGISTRY_TOKEN" - "DOCKER_PASSWORD"
when: when:
branch: "antifascista" branch: "antifascista"
event: "push" event: "push"