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

18
.gitlab/ci/ep.images.yml Normal file
View file

@ -0,0 +1,18 @@
# Used by GitLab's Review app jobs and triage-ops
.ep-base:
extends:
- .build_dynamic_image
stage: ep
rules:
- !reference [.build_dynamic_image, rules]
- changes:
- ".gitlab/ci/ep.images.yml"
ep-native-cloud-services:
extends:
- .ep-base
variables:
RUBY: '3.2.4'
GCLOUD: '383'
KUBECTL: '1.27'
HELM: '3.9'