Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-ruby into antifascista
This commit is contained in:
commit
f11431874b
1 changed files with 7 additions and 7 deletions
|
@ -14,22 +14,22 @@ steps:
|
||||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- "BASE_IMAGE=gitea.nulo.in/sutty/ruby"
|
- "BASE_IMAGE=gitea.nulo.in/sutty/ruby"
|
||||||
purge: false
|
purge: false
|
||||||
secrets:
|
password:
|
||||||
- "DOCKER_PASSWORD"
|
from_secret: "DOCKER_PASSWORD"
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.20.1"
|
- ALPINE_VERSION: "3.20.3"
|
||||||
RUBY_VERSION: "3.3"
|
RUBY_VERSION: "3.3"
|
||||||
RUBY_PATCH: "1"
|
RUBY_PATCH: "3"
|
||||||
- ALPINE_VERSION: "3.19.2"
|
- ALPINE_VERSION: "3.19.4"
|
||||||
RUBY_VERSION: "3.2"
|
RUBY_VERSION: "3.2"
|
||||||
RUBY_PATCH: "4"
|
RUBY_PATCH: "4"
|
||||||
- ALPINE_VERSION: "3.18.7"
|
- ALPINE_VERSION: "3.18.9"
|
||||||
RUBY_VERSION: "3.2"
|
RUBY_VERSION: "3.2"
|
||||||
RUBY_PATCH: "4"
|
RUBY_PATCH: "4"
|
||||||
- ALPINE_VERSION: "3.17.8"
|
- ALPINE_VERSION: "3.17.10"
|
||||||
RUBY_VERSION: "3.1"
|
RUBY_VERSION: "3.1"
|
||||||
RUBY_PATCH: "5"
|
RUBY_PATCH: "5"
|
||||||
|
|
Loading…
Reference in a new issue