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

This commit is contained in:
f 2023-03-31 22:27:36 -03:00
commit b04ee5bb01

View file

@ -1,35 +1,29 @@
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/rails repo: "registry.nulo.in/sutty/rails"
tags: tags:
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH} - "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- latest - "latest"
build_args: build_args:
- 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=registry.nulo.in/sutty/ruby - "BASE_IMAGE=registry.nulo.in/sutty/ruby"
purge: false purge: false
secrets: secrets:
- docker_password - "docker_password"
when: when:
branch: antifascista branch: "antifascista"
event: push event: "push"
matrix: matrix:
include: include:
- ALPINE_VERSION: 3.17.0 - ALPINE_VERSION: "3.17.3"
RUBY_VERSION: 3.1 RUBY_VERSION: "3.1"
RUBY_PATCH: 2 RUBY_PATCH: "3"
- ALPINE_VERSION: 3.16.2 - ALPINE_VERSION: "3.14.10"
RUBY_VERSION: 3.1 RUBY_VERSION: "2.7"
RUBY_PATCH: 2 RUBY_PATCH: "8"
- ALPINE_VERSION: 3.15.6
RUBY_VERSION: 3.0
RUBY_PATCH: 4
- ALPINE_VERSION: 3.14.8
RUBY_VERSION: 2.7
RUBY_PATCH: 6