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