Skip to content

Commit

Permalink
Thought I fixed this
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 4, 2024
1 parent e4af9bc commit 4636e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/login-action@v3
if: ${{ env.DOCKERHUB_TOKEN != '' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
env:
Expand Down

0 comments on commit 4636e81

Please sign in to comment.