Compare commits
No commits in common. "bfaaa5168fba9e5809f19c78efee8d6b4b9a213b" and "ae908a4bfe3d5787aaad42de64cfd99cd964e733" have entirely different histories.
bfaaa5168f
...
ae908a4bfe
2 changed files with 9 additions and 9 deletions
|
@ -13,22 +13,22 @@ steps:
|
|||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk-ruby"
|
||||
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"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
ARG RUBY_VERSION=2.7
|
||||
ARG RUBY_PATCH=6
|
||||
ARG ALPINE_VERSION=3.13.6
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/sdk-ruby
|
||||
ARG BASE_IMAGE=gitea.nulo.insutty/sdk-ruby
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
ENV PLATFORM=x86_64-linux-musl
|
||||
ENV GEM_NAME=none
|
||||
|
|
Loading…
Reference in a new issue