Compare commits
No commits in common. "d4b964486e48b30314c14b8bee588f8ed2c569ca" and "b422099b76075eb81d334d52886487fe23283535" have entirely different histories.
d4b964486e
...
b422099b76
1 changed files with 5 additions and 8 deletions
|
@ -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/sdk-ruby"
|
repo: "registry.nulo.in/sutty/containers-sdk-ruby"
|
||||||
tags:
|
tags:
|
||||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
@ -12,17 +12,14 @@ pipeline:
|
||||||
- "RUBY_VERSION=${RUBY_VERSION}"
|
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk"
|
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk"
|
||||||
secrets:
|
secrets:
|
||||||
- "DOCKER_PASSWORD"
|
- "docker_password"
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.18.0"
|
|
||||||
RUBY_VERSION: "3.2"
|
|
||||||
RUBY_PATCH: "2"
|
|
||||||
- ALPINE_VERSION: "3.17.3"
|
- ALPINE_VERSION: "3.17.3"
|
||||||
RUBY_VERSION: "3.1"
|
RUBY_VERSION: "3.1"
|
||||||
RUBY_PATCH: "4"
|
RUBY_PATCH: "4"
|
||||||
|
|
Loading…
Reference in a new issue