fix: when thing don't work according to docs
This commit is contained in:
parent
c7eafaed22
commit
6f246db003
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue