We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea61cf commit 4f1c907Copy full SHA for 4f1c907
.github/workflows/release.yaml
@@ -95,7 +95,7 @@ jobs:
95
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
96
with:
97
registry: ${{ env.REGISTRY_ALIYUN }}
98
- username: ${{ env.REGISTRY_ALIYUN_USER }}
+ username: ${{ secrets.REGISTRY_ALIYUN_USER }}
99
password: ${{ secrets.REGISTRY_ALIYUN_PUBLISH_SECRETS }}
100
- name: Extract Docker metadata
101
id: meta
0 commit comments