refactor: .devops/自动上传镜像.yml

This commit is contained in:
Eazzy 2024-05-23 15:03:21 +00:00 committed by jianmu
parent 289b874be1
commit f982fb22b1
1 changed files with 1 additions and 1 deletions

View File

@ -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"'