Skip to content

Commit

Permalink
use correct password
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Oct 21, 2024
1 parent f98ed40 commit 565fe03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/login-action@v3
with:
username: steelscheme
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_PWD }}

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 565fe03

Please sign in to comment.