Skip to content

Commit acf1a10

Browse files
(build deps): Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e50469 commit acf1a10

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)