Compare commits
3 commits
f59826611b
...
ef2f3c7fc9
Author | SHA1 | Date | |
---|---|---|---|
|
ef2f3c7fc9 | ||
|
24c31e7eb8 | ||
|
da19bd76f8 |
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
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/postfix"
|
repo: "gitea.nulo.in/sutty/postfix"
|
||||||
tags:
|
tags:
|
||||||
- "${ALPINE_VERSION}"
|
- "${ALPINE_VERSION}"
|
||||||
- "latest"
|
- "latest"
|
||||||
build_args:
|
build_args:
|
||||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- "POSTFIX_VERSION=${POSTFIX_VERSION}"
|
- "POSTFIX_VERSION=${POSTFIX_VERSION}"
|
||||||
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
|
- "BASE_IMAGE=gitea.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