Compare commits

..

No commits in common. "af0f7bbe81e4eb91512958f9b8741453a75cdb1d" and "a18eec1c5b324bb0da71bf6476df7ca444a76554" have entirely different histories.

View file

@ -1,10 +1,10 @@
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/ruby" repo: "registry.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"