Skip to content

Commit 4d983d6

Browse files
authored
Update build.yml
1 parent f010e04 commit 4d983d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
if: github.event_name != 'pull_request'
4141
uses: docker/login-action@v3
4242
with:
43-
username: ${{ secrets.DOCKERHUB_NAME }}
44-
password: ${{ secrets.DOCKERHUB_TOKEN }}
43+
username: ${{ secrets.DOCKER_HUB_NAME }}
44+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
4545
- name: Login to Ali Hub
4646
uses: docker/login-action@v3
4747
with:

0 commit comments

Comments
 (0)