BREAKING CHANGE: use public registry

This commit is contained in:
f 2023-04-04 16:47:37 -03:00
parent baf76a7c9b
commit 4246b0ba57

View file

@ -2,9 +2,10 @@ pipeline:
publish:
image: "plugins/docker"
settings:
registry: "registry.nulo.in"
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/monit"
password: "${REGISTRY_TOKEN}"
repo: "gitea.nulo.in/sutty/monit"
tags:
- "${ALPINE_VERSION}"
- "latest"
@ -13,7 +14,7 @@ pipeline:
- "BASE_IMAGE=alpine"
purge: false
secrets:
- "docker_password"
- "REGISTRY_TOKEN"
when:
branch: "antifascista"
event: "push"