Skip to content

Commit 9a8a24d

Browse files
chore(deps): update docker/login-action action to v4
1 parent de95cac commit 9a8a24d

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
@@ -71,14 +71,14 @@ jobs:
7171
-
7272
name: Login into Docker Hub
7373
if: env.exists == 'false'
74-
uses: docker/login-action@v3
74+
uses: docker/login-action@v4
7575
with:
7676
username: ${{ secrets.DOCKERHUB_USERNAME }}
7777
password: ${{ secrets.DOCKERHUB_TOKEN }}
7878
-
7979
name: Login to GitHub Container Registry
8080
if: env.exists == 'false'
81-
uses: docker/login-action@v3
81+
uses: docker/login-action@v4
8282
with:
8383
registry: ghcr.io
8484
username: ${{ github.actor }}

0 commit comments

Comments
 (0)