Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
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