Compare commits

..

No commits in common. "ef2f3c7fc9ca0689ad4e86a96bc3bd3547425622" and "f59826611bfb0dae98e5f3b1d70404639c9e807c" have entirely different histories.

View file

@ -1,19 +1,19 @@
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/postfix"
repo: "registry.nulo.in/sutty/postfix"
tags:
- "${ALPINE_VERSION}"
- "latest"
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "POSTFIX_VERSION=${POSTFIX_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"