更新 .github/workflows/docker.yaml
Some checks failed
Docker / Pull (push) Failing after 9s

This commit is contained in:
hokori 2025-04-25 05:07:11 +00:00
parent f34c62a82a
commit 39dad15d01

View File

@ -44,7 +44,7 @@ jobs:
- name: Build and push image Aliyun - name: Build and push image Aliyun
run: | run: |
docker login -u as94789@qq.com -p qbh50201314 registry.cn-hangzhou.aliyuncs.com docker login -u as94789@qq.com --password-stdin qbh50201314 registry.cn-hangzhou.aliyuncs.com
# 数据预处理,判断镜像是否重名 # 数据预处理,判断镜像是否重名
declare -A duplicate_images declare -A duplicate_images
declare -A temp_map declare -A temp_map