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

This commit is contained in:
devopsing 2022-11-03 22:45:55 +08:00 committed by jianmu
parent 1b6bef2d4d
commit 8023aacb8d
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: docker_image_build_0
name: docker镜像构建
task: docker_image_build@1.3.0
input:
image_name: '""'
image_tag: '"latest"'
registry_address: '""'
docker_file: '"Dockerfile"'
docker_build_path: '"."'
workspace: '"."'
platform: '""'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- docker_image_build_0