Skip to content

Commit

Permalink
Merge pull request #352 from chaspy/renovate/docker-login-action-2.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v2
  • Loading branch information
chaspy authored Jul 2, 2023
2 parents 2118d2d + c7f8337 commit 03e1e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 03e1e9e

Please sign in to comment.