Compare commits

..

No commits in common. "95ecdbd47f8dbb427cf72b3113aec65db3628769" and "1ad3693d736c7108cb2aa6209e7c99107c820c37" 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/postgresql" repo: "registry.nulo.in/sutty/postgresql"
tags: tags:
- "${ALPINE_VERSION}-${PG_VERSION}" - "${ALPINE_VERSION}-${PG_VERSION}"
build_args: build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}" - "ALPINE_VERSION=${ALPINE_VERSION}"
- "PG_VERSION=${PG_VERSION}" - "PG_VERSION=${PG_VERSION}"
- "PG_VERSION_APPENDED=${PG_VERSION_APPENDED}" - "PG_VERSION_APPENDED=${PG_VERSION_APPENDED}"
- "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"