Skip to content

Commit 375d48a

Browse files
authored
fix: the aliyun registry username is missing (#275)
1 parent 1036325 commit 375d48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
200200
with:
201201
registry: ${{ env.REGISTRY_ALIYUN }}
202-
username: linuxsuren
202+
username: ${{ secrets.REGISTRY_ALIYUN_USER }}
203203
password: ${{ secrets.REGISTRY_ALIYUN_PUBLISH_SECRETS }}
204204
- name: Extract Docker metadata
205205
id: meta

0 commit comments

Comments
 (0)