Compare commits
10 commits
511c12a673
...
689c9ed249
Author | SHA1 | Date | |
---|---|---|---|
|
689c9ed249 | ||
|
2afe6f3b29 | ||
|
d2e8852bfd | ||
|
af0f7bbe81 | ||
|
a28eb9596d | ||
|
24c31e7eb8 | ||
|
da19bd76f8 | ||
|
6f246db003 | ||
|
c7eafaed22 | ||
|
4246b0ba57 |
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: "plugins/docker"
|
||||
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
||||
settings:
|
||||
registry: "registry.nulo.in"
|
||||
registry: "https://gitea.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "registry.nulo.in/sutty/rails"
|
||||
repo: "gitea.nulo.in/sutty/rails"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
|
@ -12,10 +12,10 @@ pipeline:
|
|||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/ruby"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/ruby"
|
||||
purge: false
|
||||
secrets:
|
||||
- "docker_password"
|
||||
- "DOCKER_PASSWORD"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
|
|
Loading…
Reference in a new issue