Skip to content

Commit

Permalink
Use a dockerhub PAT instead of the password (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart authored Dec 4, 2023
1 parent f726432 commit bd6e5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
--client-key-path /certs/client.key
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: inputs.do-push
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_PAT }}

- name: Push image to DockerHub
if: inputs.do-push
Expand Down

0 comments on commit bd6e5d7

Please sign in to comment.