Compare commits
3 commits
f31df2ff00
...
30ee4c8daf
Author | SHA1 | Date | |
---|---|---|---|
|
30ee4c8daf | ||
|
24c31e7eb8 | ||
|
da19bd76f8 |
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: "plugins/docker"
|
||||
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
||||
settings:
|
||||
registry: "registry.nulo.in"
|
||||
registry: "https://gitea.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "registry.nulo.in/sutty/redis"
|
||||
repo: "gitea.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=registry.nulo.in/sutty/monit"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
|
||||
secrets:
|
||||
- "docker_password"
|
||||
- "DOCKER_PASSWORD"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
|
|
Loading…
Reference in a new issue