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