Skip to content

Commit 9822436

Browse files
authored
Merge pull request #1712 from NVIDIA/dependabot/github_actions/release-1.18/docker/login-action-4
build(deps): Bump docker/login-action from 3 to 4
2 parents 6abf11a + 0d791e4 commit 9822436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
merge-multiple: true
102102

103103
- name: Login to GitHub Container Registry
104-
uses: docker/login-action@v3
104+
uses: docker/login-action@v4
105105
with:
106106
registry: ghcr.io
107107
username: ${{ github.actor }}

0 commit comments

Comments
 (0)