Skip to content

Commit 7d016c7

Browse files
renovate[bot]shadycuz
authored andcommitted
Update docker/login-action action to v2
1 parent 6e62ab3 commit 7d016c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@v2
1818

1919
- name: Login to DockerHub
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v2
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/setup-buildx-action@v2
5454

5555
- name: Login to DockerHub
56-
uses: docker/login-action@v1
56+
uses: docker/login-action@v2
5757
with:
5858
username: ${{ secrets.DOCKERHUB_USERNAME }}
5959
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)