Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-04-05 15:32:59 -03:00
commit af0f7bbe81

View file

@ -1,10 +1,10 @@
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/ruby" repo: "gitea.nulo.in/sutty/ruby"
tags: tags:
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}" - "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- "latest" - "latest"
@ -15,7 +15,7 @@ pipeline:
- "BASE_IMAGE=registry.nulo.in/sutty/monit" - "BASE_IMAGE=registry.nulo.in/sutty/monit"
purge: false purge: false
secrets: secrets:
- "docker_password" - "DOCKER_PASSWORD"
when: when:
branch: "antifascista" branch: "antifascista"
event: "push" event: "push"