refactor: .devops/未命名项目.yml

This commit is contained in:
wangmingqiang 2024-06-05 02:18:08 +00:00 committed by jianmu
parent 2bdfd8874e
commit 20b31b7319
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
version: 2 version: 2
name: 未命名项目 name: 未命名项目
description: "" description: ""
global:
concurrent: 1
workflow: workflow:
- ref: start - ref: start
name: 开始 name: 开始
@ -19,7 +18,7 @@ workflow:
image_name: '""' image_name: '""'
image_tag: '"latest"' image_tag: '"latest"'
registry_address: '""' registry_address: '""'
docker_file: '"Dockerfile"'
docker_build_path: '"."' docker_build_path: '"."'
workspace: '"."' workspace: '"."'
image_push: true image_push: true