From 43ca5ba2f530d1058cd665f096602f38d651e3cf Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Fri, 7 Mar 2025 16:01:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E5=9F=BA=E4=BA=8Egitlink?= =?UTF-8?q?=E6=9E=84=E5=BB=BA.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/基于gitlink构建.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.devops/基于gitlink构建.yml b/.devops/基于gitlink构建.yml index ead91a4..1de0414 100644 --- a/.devops/基于gitlink构建.yml +++ b/.devops/基于gitlink构建.yml @@ -40,7 +40,7 @@ workflow: image_push: true build_args: '""' needs: - - shell_0 + - docker_image_build_4 - ref: docker_image_build_1 name: coor镜像构建 cache: @@ -59,7 +59,7 @@ workflow: image_push: true build_args: '""' needs: - - shell_0 + - docker_image_build_4 - ref: docker_image_build_3 name: client镜像构建 cache: @@ -78,7 +78,7 @@ workflow: image_push: true build_args: '""' needs: - - shell_0 + - docker_image_build_4 - ref: ssh_cmd_0 name: ssh执行命令 task: ssh_cmd@1.1.1 @@ -116,7 +116,7 @@ workflow: image_push: true build_args: '""' needs: - - shell_0 + - docker_image_build_4 - ref: git_clone_1 name: common_clone task: git_clone@1.2.9 @@ -137,4 +137,18 @@ workflow: needs: - git_clone_0 - 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