Skip to content

Commit

Permalink
Merge pull request #7 from cropalato/cropalato-patch-1
Browse files Browse the repository at this point in the history
chore(docker_go.yml): fix typo
  • Loading branch information
cropalato authored Aug 27, 2024
2 parents 6f26236 + 2dc41fc commit 0ab3ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 0ab3ee6

Please sign in to comment.