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
18
.gitlab/ci/ep.images.yml
Normal file
18
.gitlab/ci/ep.images.yml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue