Skip to content

Commit 9d8d34a

Browse files
authored
Merge pull request #3110 from GitTools/dependabot/github_actions/docker/login-action-2
(build deps): Bump docker/login-action from 1 to 2
2 parents 4e50469 + acf1a10 commit 9d8d34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
-
327327
name: Login to DockerHub
328328
if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools'
329-
uses: docker/login-action@v1
329+
uses: docker/login-action@v2
330330
with:
331331
username: ${{ secrets.DOCKER_USERNAME }}
332332
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -349,7 +349,7 @@ jobs:
349349
-
350350
name: Login to GitHub Container Registry
351351
if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools'
352-
uses: docker/login-action@v1
352+
uses: docker/login-action@v2
353353
with:
354354
registry: ghcr.io
355355
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)