Compare commits

..

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

View file

@ -1,19 +1,19 @@
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/postfix" repo: "registry.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=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"