Skip to content

Commit 46bf405

Browse files
gh-action: bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cf9539 commit 46bf405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ jobs:
159159
uses: docker/setup-buildx-action@v4
160160

161161
- name: Log in to GHCR
162-
uses: docker/login-action@v3
162+
uses: docker/login-action@v4
163163
with:
164164
registry: ghcr.io
165165
username: ${{ github.actor }}
166166
password: ${{ secrets.GITHUB_TOKEN }}
167167

168168
- name: Log in to Docker Hub
169-
uses: docker/login-action@v3
169+
uses: docker/login-action@v4
170170
with:
171171
username: ${{ vars.DOCKERHUB_USERNAME }}
172172
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)