Compare commits
No commits in common. "af0f7bbe81e4eb91512958f9b8741453a75cdb1d" and "a18eec1c5b324bb0da71bf6476df7ca444a76554" have entirely different histories.
af0f7bbe81
...
a18eec1c5b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
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/ruby"
|
||||
repo: "registry.nulo.in/sutty/ruby"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
|
@ -15,7 +15,7 @@ pipeline:
|
|||
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
|
||||
purge: false
|
||||
secrets:
|
||||
- "DOCKER_PASSWORD"
|
||||
- "docker_password"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
|
|
Loading…
Reference in a new issue