Compare commits
7 commits
a18eec1c5b
...
af0f7bbe81
Author | SHA1 | Date | |
---|---|---|---|
|
af0f7bbe81 | ||
|
a28eb9596d | ||
|
24c31e7eb8 | ||
|
da19bd76f8 | ||
|
6f246db003 | ||
|
c7eafaed22 | ||
|
4246b0ba57 |
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue