Compare commits
No commits in common. "95ecdbd47f8dbb427cf72b3113aec65db3628769" and "1ad3693d736c7108cb2aa6209e7c99107c820c37" have entirely different histories.
95ecdbd47f
...
1ad3693d73
1 changed files with 5 additions and 5 deletions
|
@ -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/postgresql"
|
||||
repo: "registry.nulo.in/sutty/postgresql"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}-${PG_VERSION}"
|
||||
build_args:
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "PG_VERSION=${PG_VERSION}"
|
||||
- "PG_VERSION_APPENDED=${PG_VERSION_APPENDED}"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
|
||||
secrets:
|
||||
- "DOCKER_PASSWORD"
|
||||
- "docker_password"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
|
|
Loading…
Reference in a new issue