Skip to content

Commit dc5c5ee

Browse files
Merge pull request #324 from NVIDIA/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 6e2c1a7 + 27fdaa8 commit dc5c5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}
@@ -99,7 +99,7 @@ jobs:
9999
echo "GENERATE_ARTIFACTS=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
100100
- name: Login to GitHub Container Registry
101101
if: ${{ env.GENERATE_ARTIFACTS == 'true' }}
102-
uses: docker/login-action@v3
102+
uses: docker/login-action@v4
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}

0 commit comments

Comments
 (0)