Compare commits

...

1 Commits

Author SHA1 Message Date
devopsing 8023aacb8d feat: .devops/未命名项目.yml 2022-11-03 22:45:55 +08:00
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