BREAKING CHANGE: use public registry
This commit is contained in:
parent
baf76a7c9b
commit
4246b0ba57
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: "plugins/docker"
|
image: "plugins/docker"
|
||||||
settings:
|
settings:
|
||||||
registry: "registry.nulo.in"
|
registry: "https://gitea.nulo.in"
|
||||||
username: "sutty"
|
username: "sutty"
|
||||||
repo: "registry.nulo.in/sutty/monit"
|
password: "${REGISTRY_TOKEN}"
|
||||||
|
repo: "gitea.nulo.in/sutty/monit"
|
||||||
tags:
|
tags:
|
||||||
- "${ALPINE_VERSION}"
|
- "${ALPINE_VERSION}"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
@ -13,7 +14,7 @@ pipeline:
|
||||||
- "BASE_IMAGE=alpine"
|
- "BASE_IMAGE=alpine"
|
||||||
purge: false
|
purge: false
|
||||||
secrets:
|
secrets:
|
||||||
- "docker_password"
|
- "REGISTRY_TOKEN"
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
|
|
Loading…
Reference in a new issue