Skip to content
Snippets Groups Projects
Commit c017e7c6 authored by Andrejs Cunskis's avatar Andrejs Cunskis :flag_lv:
Browse files

Merge branch 'update-ci-image' into 'master'

Update CI image to latest one

See merge request !1325



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarRémy Coutable <remy@rymai.me>
parents 71ff4512 49643b26
No related branches found
No related tags found
1 merge request!1325Update CI image to latest one
......@@ -10,7 +10,7 @@
include:
- component: gitlab.com/gitlab-org/components/danger-review/danger-review@~latest
inputs:
job_image: "${CI_REGISTRY}/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}:bundler-${BUNDLER_VERSION}"
job_image: "${CI_REGISTRY}/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}"
- component: gitlab.com/gitlab-org/components/gem-release/gem-release@~latest
stages:
......@@ -20,7 +20,7 @@ stages:
- deploy
default:
image: ${CI_REGISTRY}/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}:bundler-${BUNDLER_VERSION}
image: ${CI_REGISTRY}/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}
tags:
- gitlab-org
cache:
......@@ -43,8 +43,7 @@ workflow:
variables:
DEBIAN_VERSION: bookworm
DOCKER_VERSION: "24.0.5"
BUNDLER_VERSION: "2.5"
RUBY_VERSION: "3.1"
RUBY_VERSION: "3.1.5"
BUNDLE_PATH: vendor
BUNDLE_SILENCE_ROOT_WARNING: "true"
BUNDLE_SUPPRESS_INSTALL_USING_MESSAGES: "true"
......@@ -145,7 +144,6 @@ package-and-test:
- RUBY_VERSION
- DEBIAN_VERSION
- DOCKER_VERSION
- BUNDLER_VERSION
trigger:
strategy: depend
forward:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment