follow gem-compiler versioning
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2022-08-26 17:30:41 -03:00
parent 85b63e2dbf
commit bc56c4386b

View file

@ -1,6 +1,6 @@
pipeline: pipeline:
publish: publish:
image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION} image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
pull: true pull: true
commands: commands:
- git checkout -B ${CI_COMMIT_BRANCH} - git checkout -B ${CI_COMMIT_BRANCH}
@ -28,5 +28,7 @@ pipeline:
event: push event: push
matrix: matrix:
ALPINE_VERSION: include:
- 3.16.2 - ALPINE_VERSION: 3.16.2
RUBY_VERSION: 3.1
RUBY_PATCH: 2