Skip to content

Commit 4f1c907

Browse files
committed
correct the aliyun secret
1 parent eea61cf commit 4f1c907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
9696
with:
9797
registry: ${{ env.REGISTRY_ALIYUN }}
98-
username: ${{ env.REGISTRY_ALIYUN_USER }}
98+
username: ${{ secrets.REGISTRY_ALIYUN_USER }}
9999
password: ${{ secrets.REGISTRY_ALIYUN_PUBLISH_SECRETS }}
100100
- name: Extract Docker metadata
101101
id: meta

0 commit comments

Comments
 (0)