Skip to content

Commit 2799a1d

Browse files
authored
Update docker.yaml
1 parent 91029d2 commit 2799a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build and push image Aliyun
5959
run: |
60-
sudo docker login -u $ALIYUN_REGISTRY_USER -p $ALIYUN_REGISTRY_PASSWORD $ALIYUN_REGISTRY
60+
docker login -u $ALIYUN_REGISTRY_USER -p $ALIYUN_REGISTRY_PASSWORD $ALIYUN_REGISTRY
6161
# 数据预处理,判断镜像是否重名
6262
declare -A duplicate_images
6363
declare -A temp_map

0 commit comments

Comments
 (0)