Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista

This commit is contained in:
f 2023-03-29 20:33:25 -03:00
commit 074789dc94

View file

@ -1,35 +1,35 @@
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/ruby repo: "registry.nulo.in/sutty/ruby"
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/monit - "BASE_IMAGE=registry.nulo.in/sutty/monit"
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.16.5"
RUBY_VERSION: 3.1 RUBY_VERSION: "3.1"
RUBY_PATCH: 2 RUBY_PATCH: "3"
- ALPINE_VERSION: 3.15.6 - ALPINE_VERSION: "3.15.8"
RUBY_VERSION: 3.0 RUBY_VERSION: "3.0"
RUBY_PATCH: 4 RUBY_PATCH: "5"
- ALPINE_VERSION: 3.14.8 - ALPINE_VERSION: "3.14.10"
RUBY_VERSION: 2.7 RUBY_VERSION: "2.7"
RUBY_PATCH: 6 RUBY_PATCH: "7"