Skip to content

Commit 0d82249

Browse files
authored
Merge pull request #304 from chaspy/renovate/docker-login-action-2.x
chore(deps): update docker/login-action action to v2
2 parents f687616 + bb07642 commit 0d82249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/setup-buildx-action@v1
3737
-
3838
name: Login to DockerHub
39-
uses: docker/login-action@v1
39+
uses: docker/login-action@v2
4040
with:
4141
username: ${{ secrets.DOCKER_USERNAME }}
4242
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)