Publish images with full Ruby version

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2024-05-24 13:18:37 +02:00
parent b16d8a9f74
commit 57fe03c0e4
No known key found for this signature in database
15 changed files with 97 additions and 98 deletions

View file

@ -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']