修改gitlab-ci中的镜像标签

This commit is contained in:
2026-02-10 16:45:30 +08:00
parent 2e18a8a419
commit aefb212285
+1 -1
View File
@@ -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