Skip to content

Commit

Permalink
PW switched out for TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp committed Sep 12, 2024
1 parent 58f2282 commit ee31ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PW }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Set up QEMU #might not be needed
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit ee31ad1

Please sign in to comment.