Skip to content

Commit

Permalink
Merge pull request #10 from mynaparrot/renovate/docker-login-action-2.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v2
  • Loading branch information
jibon57 authored Jun 27, 2023
2 parents 77e7ac5 + 24ba5cb commit 4f12782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 4f12782

Please sign in to comment.