We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91029d2 commit 2799a1dCopy full SHA for 2799a1d
.github/workflows/docker.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Build and push image Aliyun
59
run: |
60
- sudo docker login -u $ALIYUN_REGISTRY_USER -p $ALIYUN_REGISTRY_PASSWORD $ALIYUN_REGISTRY
+ docker login -u $ALIYUN_REGISTRY_USER -p $ALIYUN_REGISTRY_PASSWORD $ALIYUN_REGISTRY
61
# 数据预处理,判断镜像是否重名
62
declare -A duplicate_images
63
declare -A temp_map
0 commit comments