Skip to content

Commit f010e04

Browse files
authored
fix: workflow get docker hub name (#16)
1 parent ffa5463 commit f010e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event_name != 'pull_request'
4141
uses: docker/login-action@v3
4242
with:
43-
username: ${{ secrets.DOCKERHUB_USERNAME }}
43+
username: ${{ secrets.DOCKERHUB_NAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545
- name: Login to Ali Hub
4646
uses: docker/login-action@v3

0 commit comments

Comments
 (0)