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:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
image: "plugins/docker"
|
||||||
settings:
|
settings:
|
||||||
registry: "https://gitea.nulo.in"
|
registry: "registry.nulo.in"
|
||||||
username: "sutty"
|
username: "sutty"
|
||||||
repo: "gitea.nulo.in/sutty/redis"
|
repo: "registry.nulo.in/sutty/redis"
|
||||||
tags:
|
tags:
|
||||||
- "${ALPINE_VERSION}"
|
- "${ALPINE_VERSION}"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
@ -12,9 +12,9 @@ pipeline:
|
||||||
- "MAX_MEMORY=${MAX_MEMORY}"
|
- "MAX_MEMORY=${MAX_MEMORY}"
|
||||||
- "REDIS_VERSION=${REDIS_VERSION}"
|
- "REDIS_VERSION=${REDIS_VERSION}"
|
||||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- "BASE_IMAGE=gitea.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