Compare commits
No commits in common. "f11431874bdcab64d8b83d0fcfdb998452893e39" and "397514e8b2723973988fe65b956824690ca06930" have entirely different histories.
f11431874b
...
397514e8b2
1 changed files with 7 additions and 7 deletions
|
@ -14,22 +14,22 @@ steps:
|
|||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/ruby"
|
||||
purge: false
|
||||
password:
|
||||
from_secret: "DOCKER_PASSWORD"
|
||||
secrets:
|
||||
- "DOCKER_PASSWORD"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.3"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
RUBY_VERSION: "3.3"
|
||||
RUBY_PATCH: "3"
|
||||
- ALPINE_VERSION: "3.19.4"
|
||||
RUBY_PATCH: "1"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
RUBY_VERSION: "3.2"
|
||||
RUBY_PATCH: "4"
|
||||
- ALPINE_VERSION: "3.18.9"
|
||||
- ALPINE_VERSION: "3.18.7"
|
||||
RUBY_VERSION: "3.2"
|
||||
RUBY_PATCH: "4"
|
||||
- ALPINE_VERSION: "3.17.10"
|
||||
- ALPINE_VERSION: "3.17.8"
|
||||
RUBY_VERSION: "3.1"
|
||||
RUBY_PATCH: "5"
|
||||
|
|
Loading…
Reference in a new issue