This commit is contained in:
parent
85b63e2dbf
commit
bc56c4386b
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue