Skip to content

Commit c4bd398

Browse files
chore(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- 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 f3118c7 commit c4bd398

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -452,13 +452,13 @@ jobs:
452452

453453
steps:
454454
- name: Login to DockerHub
455-
uses: docker/login-action@v2
455+
uses: docker/login-action@v3
456456
with:
457457
username: ${{ secrets.DOCKER_USER }}
458458
password: ${{ secrets.DOCKER_PASS }}
459459

460460
- name: Login to GitHub Container Registry
461-
uses: docker/login-action@v2
461+
uses: docker/login-action@v3
462462
with:
463463
registry: ghcr.io
464464
username: ${{ secrets.CR_USER }}
@@ -559,13 +559,13 @@ jobs:
559559

560560
steps:
561561
- name: Login to DockerHub
562-
uses: docker/login-action@v2
562+
uses: docker/login-action@v3
563563
with:
564564
username: ${{ secrets.DOCKER_USER }}
565565
password: ${{ secrets.DOCKER_PASS }}
566566

567567
- name: Login to GitHub Container Registry
568-
uses: docker/login-action@v2
568+
uses: docker/login-action@v3
569569
with:
570570
registry: ghcr.io
571571
username: ${{ secrets.CR_USER }}

0 commit comments

Comments
 (0)