Skip to content

Commit

Permalink
Updating to use the right secret
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Jan 5, 2024
1 parent 204e70b commit a7ca36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_SAMPLES_USERNAME }}
password: ${{ secrets.DOCKERHUB_SAMPLES_PASSWORD }}
username: ${{ secrets.DOCKERHUB_PAT_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT }}
- name: build and push website container
working-directory: src
run: |
Expand Down

0 comments on commit a7ca36d

Please sign in to comment.