Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
update to docker/login-action@v2
  • Loading branch information
rzrbld authored Aug 21, 2022
1 parent 964a30a commit c290c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v2
with:
username: ${{ secrets.DKR_USR }}
password: ${{ secrets.DKR_PASS }}
Expand Down

0 comments on commit c290c50

Please sign in to comment.