Skip to content

Commit b467f03

Browse files
chore(deps): update docker/login-action action to v4 (#394)
1 parent b073988 commit b467f03

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
@@ -46,13 +46,13 @@ jobs:
4646
uses: docker/setup-buildx-action@v4
4747
-
4848
name: Login into Docker Hub
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
username: ${{ secrets.DOCKERHUB_USERNAME }}
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}
5353
-
5454
name: Login to GitHub Container Registry
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

0 commit comments

Comments
 (0)