Compare commits

...

6 commits

Author SHA1 Message Date
f
06676378e5 feat: ruby 3.1.3 2023-02-04 13:17:08 -03:00
f
238b418f58 fix: base_image 2023-02-04 13:13:25 -03:00
f
2a304a6321 BREAKING CHANGE: deprecate 3.15 and 3.16 2023-02-04 13:11:45 -03:00
f
5c21a038ce Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2023-02-04 13:11:37 -03:00
f
dcf07f90e7 refactor: use strings 2023-01-14 16:09:32 -03:00
f
4aa380ee62 feat: alpine 3.17.1 2023-01-14 16:08:15 -03:00

View file

@ -1,34 +1,29 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: "plugins/docker"
settings: settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/containers-sdk-ruby
tags:
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
- latest
build_args: build_args:
- RUBY_VERSION=${RUBY_VERSION} registry: "registry.nulo.in"
- RUBY_PATCH=${RUBY_PATCH} username: "sutty"
- ALPINE_VERSION=${ALPINE_VERSION} repo: "registry.nulo.in/sutty/containers-sdk-ruby"
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk tags:
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- "latest"
build_args:
- "RUBY_VERSION=${RUBY_VERSION}"
- "RUBY_PATCH=${RUBY_PATCH}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk"
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.1"
RUBY_VERSION: 3.1 RUBY_VERSION: "3.1"
RUBY_PATCH: 2 RUBY_PATCH: "3"
- ALPINE_VERSION: 3.16.3 - ALPINE_VERSION: "3.14.8"
RUBY_VERSION: 3.1 RUBY_VERSION: "2.7"
RUBY_PATCH: 2 RUBY_PATCH: "6"
- ALPINE_VERSION: 3.15.6
RUBY_VERSION: 3.0
RUBY_PATCH: 4
- ALPINE_VERSION: 3.14.8
RUBY_VERSION: 2.7
RUBY_PATCH: 6