Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 21c90e5

Browse files
Bump docker/login-action from 2 to 3 (#246)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3df7e6e commit 21c90e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ jobs:
9494
${{ runner.os }}-buildx-
9595
9696
- name: Login to GitHub Container Registry
97-
uses: docker/login-action@v2
97+
uses: docker/login-action@v3
9898
if: github.event_name != 'pull_request'
9999
with:
100100
registry: ghcr.io
101101
username: ${{ github.actor }}
102102
password: ${{ github.token }}
103103

104104
- name: Login to Docker Hub
105-
uses: docker/login-action@v2
105+
uses: docker/login-action@v3
106106
if: github.event_name != 'pull_request'
107107
with:
108108
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)