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:
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
commands:
- git checkout -B ${CI_COMMIT_BRANCH}
@ -28,5 +28,7 @@ pipeline:
event: push
matrix:
ALPINE_VERSION:
- 3.16.2
include:
- ALPINE_VERSION: 3.16.2
RUBY_VERSION: 3.1
RUBY_PATCH: 2