Skip to content

Commit

Permalink
fix: secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
lama committed Feb 10, 2024
1 parent 7337ff2 commit 6c2e443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6c2e443

Please sign in to comment.