Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista

This commit is contained in:
f 2023-02-04 13:25:44 -03:00
commit 40328a9ff6

View file

@ -1,29 +1,28 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: "plugins/docker"
settings: settings:
registry: registry.nulo.in registry: "registry.nulo.in"
username: sutty username: "sutty"
repo: registry.nulo.in/sutty/containers-gem-compiler repo: "registry.nulo.in/sutty/containers-gem-compiler"
cache_from: registry.nulo.in/sutty/containers-gem-compiler
tags: tags:
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH} - "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- latest - "latest"
build_args: build_args:
- ALPINE_VERSION=${ALPINE_VERSION} - "ALPINE_VERSION=${ALPINE_VERSION}"
- RUBY_VERSION=${RUBY_VERSION} - "RUBY_VERSION=${RUBY_VERSION}"
- RUBY_PATCH=${RUBY_PATCH} - "RUBY_PATCH=${RUBY_PATCH}"
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk-ruby - "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk-ruby"
secrets: secrets:
- docker_password - "docker_password"
when: when:
branch: antifascista branch: "antifascista"
event: push event: "push"
matrix: matrix:
include: include:
- ALPINE_VERSION: 3.17.1 - ALPINE_VERSION: "3.17.1"
RUBY_VERSION: 3.1 RUBY_VERSION: "3.1"
RUBY_PATCH: 2 RUBY_PATCH: "2"
- ALPINE_VERSION: 3.14.8 - ALPINE_VERSION: "3.14.8"
RUBY_VERSION: 2.7 RUBY_VERSION: "2.7"
RUBY_PATCH: 6 RUBY_PATCH: "6"