Skip to content

Commit

Permalink
Fix : github action for docker login fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
404-not-foundl committed Mar 19, 2024
1 parent 260f58f commit 6ce95eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 6ce95eb

Please sign in to comment.