Skip to content

Commit

Permalink
chore(docker_go.yml): fix typo
Browse files Browse the repository at this point in the history
replace variable name DOCKER_USERNAME by DOCKERHUB_USERNAME
  • Loading branch information
cropalato authored Aug 27, 2024
1 parent 6f26236 commit 2dc41fc
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 2dc41fc

Please sign in to comment.