Skip to content

Commit 5598e15

Browse files
Update docker/login-action action to v3
1 parent 798df05 commit 5598e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
uses: docker/setup-buildx-action@v2
3737
-
3838
name: Login to DockerHub
39-
uses: docker/login-action@v2
39+
uses: docker/login-action@v3
4040
with:
4141
username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}
4343
-
4444
name: Login to GHCR
45-
uses: docker/login-action@v2
45+
uses: docker/login-action@v3
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)