From f982fb22b16716f74a01a301199ffd9ce3097883 Mon Sep 17 00:00:00 2001 From: Eazzy <1044745821@qq.com> Date: Thu, 23 May 2024 15:03:21 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E8=87=AA=E5=8A=A8=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=95=9C=E5=83=8F.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/自动上传镜像.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devops/自动上传镜像.yml b/.devops/自动上传镜像.yml index e29b568..4971802 100644 --- a/.devops/自动上传镜像.yml +++ b/.devops/自动上传镜像.yml @@ -28,7 +28,7 @@ workflow: input: docker_username: ((docker.username)) docker_password: ((docker.docker_key)) - image_name: '"registry.cn-guangzhou.aliyuncs.com/eazzy_devops/gitlink_help_center_groupeazzy"' + image_name: '"registry.cn-guangzhou.aliyuncs.com/nudt_devops/gitlink_help_center_groupeazzy"' image_tag: '"latest"' registry_address: '"registry.cn-guangzhou.aliyuncs.com"' docker_file: '"Dockerfile"'