Skip to content

Commit 8ce0fb8

Browse files
Update docker/login-action action to v3
1 parent 15cac59 commit 8ce0fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
uses: docker/setup-buildx-action@v1
235235
-
236236
name: Login to DockerHub
237-
uses: docker/login-action@v2
237+
uses: docker/login-action@v3
238238
with:
239239
username: ${{ secrets.DOCKERHUB_USERNAME }}
240240
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)