refactor: .devops/build.yml
Former-commit-id: fc06510e019a5ae64b2b3ce16ddf741759e8e983
This commit is contained in:
parent
11e64d8fb5
commit
bc5a526c1e
|
@ -26,9 +26,9 @@ workflow:
|
||||||
image_name: '"registry.cn-hangzhou.aliyuncs.com/jcce/pcm-core"'
|
image_name: '"registry.cn-hangzhou.aliyuncs.com/jcce/pcm-core"'
|
||||||
image_tag: '"latest"'
|
image_tag: '"latest"'
|
||||||
registry_address: '"registry.cn-hangzhou.aliyuncs.com"'
|
registry_address: '"registry.cn-hangzhou.aliyuncs.com"'
|
||||||
docker_file: '"Dockerfile"'
|
docker_file: git_clone_0.git_path+"Dockerfile"
|
||||||
docker_build_path: '"."'
|
docker_build_path: git_clone_0.git_path
|
||||||
workspace: '"."'
|
workspace: git_clone_0.git_path
|
||||||
image_push: true
|
image_push: true
|
||||||
build_args: '""'
|
build_args: '""'
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue