refactor: .devops/build.yml

Former-commit-id: fc06510e01
This commit is contained in:
devad 2024-07-04 01:24:32 +00:00 committed by jianmu
parent 11e64d8fb5
commit bc5a526c1e
1 changed files with 3 additions and 3 deletions

View File

@ -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: