Skip to content

Commit

Permalink
Changed dockerhub username to dockerhub token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Dec 15, 2023
1 parent a9f22fe commit 085ee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker image
id: docker_build
Expand Down

0 comments on commit 085ee0f

Please sign in to comment.