mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Publish images with full Ruby version
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
b16d8a9f74
commit
57fe03c0e4
15 changed files with 97 additions and 98 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||
.gitaly:
|
||||
.gitaly-base:
|
||||
extends:
|
||||
- .build_dynamic_image
|
||||
stage: gitaly
|
||||
rules:
|
||||
- !reference [.build_dynamic_image, rules]
|
||||
- changes:
|
||||
|
|
@ -12,10 +13,8 @@
|
|||
- ".gitlab/ci/gitaly.images.yml"
|
||||
|
||||
gitaly:
|
||||
needs: []
|
||||
extends:
|
||||
- .gitaly
|
||||
stage: gitaly
|
||||
- .gitaly-base
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bookworm']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue