修改gitlab-ci中的镜像标签
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user