Skip to content

Commit 41400d3

Browse files
Bump docker/login-action from 3 to 4 (#293)
1 parent 45ba5da commit 41400d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@v4
4343

4444
- name: Login to Docker Hub
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
username: ${{ vars.DOCKERHUB_USERNAME }}
4848
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103
# type=sha
104104
105105
- name: Login to Docker Hub
106-
uses: docker/login-action@v3
106+
uses: docker/login-action@v4
107107
with:
108108
username: ${{ vars.DOCKERHUB_USERNAME }}
109109
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)