Skip to content

Commit d8ee987

Browse files
chore(deps): update docker/login-action action to v4
1 parent 4dec6a5 commit d8ee987

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Docker.yml

Lines changed: 1 addition & 1 deletion
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 Docker Hub
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v4
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/deploy_to_dockerhub_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: docker/setup-buildx-action@v2
1717
-
1818
name: Login to Docker Hub
19-
uses: docker/login-action@v2
19+
uses: docker/login-action@v4
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@v2
3939
-
4040
name: Login to Docker Hub
41-
uses: docker/login-action@v2
41+
uses: docker/login-action@v4
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/deploy_to_dockerhub_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: docker/setup-buildx-action@v2
1717
-
1818
name: Login to Docker Hub
19-
uses: docker/login-action@v2
19+
uses: docker/login-action@v4
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@v2
3939
-
4040
name: Login to Docker Hub
41-
uses: docker/login-action@v2
41+
uses: docker/login-action@v4
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)