Skip to content

Commit 3e53a52

Browse files
Update docker/login-action action to v4 (#244)
1 parent ddc99dc commit 3e53a52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
uses: docker/setup-buildx-action@v3
5050
-
5151
name: Login into Docker Hub
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
username: ${{ secrets.DOCKERHUB_USERNAME }}
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}
5656
-
5757
name: Login to GitHub Container Registry
58-
uses: docker/login-action@v3
58+
uses: docker/login-action@v4
5959
with:
6060
registry: ghcr.io
6161
username: ${{ github.actor }}

0 commit comments

Comments
 (0)