Skip to content

Commit bb07642

Browse files
chore(deps): update docker/login-action action to v2
1 parent 16c9d20 commit bb07642

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)