Skip to content

Commit 3e9a76f

Browse files
authored
Merge pull request #1696 from NVIDIA/dependabot/github_actions/main/docker/login-action-4
build(deps): Bump docker/login-action from 3 to 4
2 parents ad87a68 + 4695baa commit 3e9a76f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
merge-multiple: true
126126

127127
- name: Login to GitHub Container Registry
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
registry: ghcr.io
131131
username: ${{ github.actor }}
@@ -184,7 +184,7 @@ jobs:
184184
merge-multiple: true
185185

186186
- name: Login to GitHub Container Registry
187-
uses: docker/login-action@v3
187+
uses: docker/login-action@v4
188188
with:
189189
registry: ghcr.io
190190
username: ${{ github.actor }}
@@ -226,7 +226,7 @@ jobs:
226226
uses: docker/setup-buildx-action@v4
227227

228228
- name: Login to GitHub Container Registry
229-
uses: docker/login-action@v3
229+
uses: docker/login-action@v4
230230
with:
231231
registry: ghcr.io
232232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)