修改gitlab-ci中的镜像标签
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ sync-to-github:
|
|||||||
stage: sync
|
stage: sync
|
||||||
tags:
|
tags:
|
||||||
- sync
|
- sync
|
||||||
image: ruby:latest
|
image: ruby:3.3
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG == null'
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG == null'
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|||||||
Reference in New Issue
Block a user