🎨 优化CI配置
This commit is contained in:
parent
21950f5dbf
commit
068c8819ce
@ -1,5 +1,10 @@
|
||||
kind: pipeline
|
||||
name: build
|
||||
|
||||
# 减少没必要的重复拉取仓库
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: 打包Docker镜像并推送
|
||||
image: plugins/docker
|
||||
|
Loading…
Reference in New Issue
Block a user