BREAKING CHANGE: use public gitea registry
This commit is contained in:
parent
1068b67884
commit
da19bd76f8
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: "plugins/docker"
|
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
||||||
settings:
|
settings:
|
||||||
registry: "registry.nulo.in"
|
registry: "https://gitea.nulo.in"
|
||||||
username: "sutty"
|
username: "sutty"
|
||||||
repo: "registry.nulo.in/sutty/CHANGEME"
|
repo: "gitea.nulo.in/sutty/CHANGEME"
|
||||||
tags:
|
tags:
|
||||||
- "${ALPINE_VERSION}"
|
- "${ALPINE_VERSION}"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
@ -12,7 +12,7 @@ pipeline:
|
||||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
|
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
|
||||||
secrets:
|
secrets:
|
||||||
- "docker_password"
|
- "DOCKER_PASSWORD"
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
|
|
Loading…
Reference in a new issue