Skip to content

Commit

Permalink
Merge pull request #625 from neozhu/neozhu-patch-2
Browse files Browse the repository at this point in the history
Update docker-image.yml
  • Loading branch information
neozhu authored Feb 20, 2024
2 parents 4d81234 + 0e9efad commit 5445c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit 5445c1e

Please sign in to comment.