| @@ -40,7 +40,7 @@ workflow: | |||||
| image_push: true | image_push: true | ||||
| build_args: '""' | build_args: '""' | ||||
| needs: | needs: | ||||
| - shell_0 | |||||
| - docker_image_build_4 | |||||
| - ref: docker_image_build_1 | - ref: docker_image_build_1 | ||||
| name: coor镜像构建 | name: coor镜像构建 | ||||
| cache: | cache: | ||||
| @@ -59,7 +59,7 @@ workflow: | |||||
| image_push: true | image_push: true | ||||
| build_args: '""' | build_args: '""' | ||||
| needs: | needs: | ||||
| - shell_0 | |||||
| - docker_image_build_4 | |||||
| - ref: docker_image_build_3 | - ref: docker_image_build_3 | ||||
| name: client镜像构建 | name: client镜像构建 | ||||
| cache: | cache: | ||||
| @@ -78,7 +78,7 @@ workflow: | |||||
| image_push: true | image_push: true | ||||
| build_args: '""' | build_args: '""' | ||||
| needs: | needs: | ||||
| - shell_0 | |||||
| - docker_image_build_4 | |||||
| - ref: ssh_cmd_0 | - ref: ssh_cmd_0 | ||||
| name: ssh执行命令 | name: ssh执行命令 | ||||
| task: ssh_cmd@1.1.1 | task: ssh_cmd@1.1.1 | ||||
| @@ -116,7 +116,7 @@ workflow: | |||||
| image_push: true | image_push: true | ||||
| build_args: '""' | build_args: '""' | ||||
| needs: | needs: | ||||
| - shell_0 | |||||
| - docker_image_build_4 | |||||
| - ref: git_clone_1 | - ref: git_clone_1 | ||||
| name: common_clone | name: common_clone | ||||
| task: git_clone@1.2.9 | task: git_clone@1.2.9 | ||||
| @@ -137,4 +137,18 @@ workflow: | |||||
| needs: | needs: | ||||
| - git_clone_0 | - git_clone_0 | ||||
| - git_clone_1 | - git_clone_1 | ||||
| - ref: docker_image_build_4 | |||||
| name: docker镜像构建 | |||||
| task: docker_image_build@1.6.0 | |||||
| input: | |||||
| image_name: '""' | |||||
| image_tag: '"latest"' | |||||
| registry_address: '""' | |||||
| docker_file: '"Dockerfile"' | |||||
| docker_build_path: '"."' | |||||
| workspace: '"."' | |||||
| image_push: true | |||||
| build_args: '""' | |||||
| needs: | |||||
| - shell_0 | |||||