From aefb212285d8da932751134d7963e809e46fe3b2 Mon Sep 17 00:00:00 2001 From: ayi <2294931964@qq.com> Date: Tue, 10 Feb 2026 16:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitlab-ci=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5a25d3..7cf9489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ sync-to-github: stage: sync tags: - sync - image: ruby:latest + image: ruby:3.3 rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG == null' when: on_success