Compare commits
6 commits
b422099b76
...
d4b964486e
Author | SHA1 | Date | |
---|---|---|---|
|
d4b964486e | ||
|
c3038aec31 | ||
|
1e981e4851 | ||
|
fedf64f2b9 | ||
|
24c31e7eb8 | ||
|
da19bd76f8 |
1 changed files with 8 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/containers-sdk-ruby"
|
||||
repo: "gitea.nulo.in/sutty/sdk-ruby"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
|
@ -12,14 +12,17 @@ pipeline:
|
|||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk"
|
||||
secrets:
|
||||
- "docker_password"
|
||||
- "DOCKER_PASSWORD"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.18.0"
|
||||
RUBY_VERSION: "3.2"
|
||||
RUBY_PATCH: "2"
|
||||
- ALPINE_VERSION: "3.17.3"
|
||||
RUBY_VERSION: "3.1"
|
||||
RUBY_PATCH: "4"
|
||||
|
|
Loading…
Reference in a new issue