Skip to content

Commit 6692e8c

Browse files
authored
build: update docker login action (#10050)
1 parent 6c25131 commit 6692e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
5050
5151
- name: Login to Docker Hub
52-
uses: docker/login-action@v2
52+
uses: docker/login-action@v3
5353
with:
5454
username: ${{ env.DOCKERHUB_USER }}
5555
password: ${{ env.DOCKERHUB_TOKEN }}
@@ -114,7 +114,7 @@ jobs:
114114
merge-multiple: true
115115

116116
- name: Login to Docker Hub
117-
uses: docker/login-action@v2
117+
uses: docker/login-action@v3
118118
with:
119119
username: ${{ env.DOCKERHUB_USER }}
120120
password: ${{ env.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)