Compare commits
No commits in common. "30ee4c8dafb4fa8cfbcb56612127a8940370b756" and "f31df2ff00958eaf95de2b1d597cf10f832675dc" have entirely different histories.
30ee4c8daf
...
f31df2ff00
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
||||
image: "plugins/docker"
|
||||
settings:
|
||||
registry: "https://gitea.nulo.in"
|
||||
registry: "registry.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "gitea.nulo.in/sutty/redis"
|
||||
repo: "registry.nulo.in/sutty/redis"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}"
|
||||
- "latest"
|
||||
|
@ -12,9 +12,9 @@ pipeline:
|
|||
- "MAX_MEMORY=${MAX_MEMORY}"
|
||||
- "REDIS_VERSION=${REDIS_VERSION}"
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
|
||||
secrets:
|
||||
- "DOCKER_PASSWORD"
|
||||
- "docker_password"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
|
|
Loading…
Reference in a new issue