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:
|
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"
|
||||||
|
|
Loading…
Reference in a new issue