Skip to content

Commit 7c601c5

Browse files
ci(deps): bump docker/login-action from 3 to 4 (#373)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d4a663 commit 7c601c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ghcr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
driver-opts: network=host
4646

4747
- name: Login to GHCR
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.repository_owner }}

.github/workflows/tag-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
packages: write
1919
steps:
2020
- name: Login to GHCR
21-
uses: docker/login-action@v3
21+
uses: docker/login-action@v4
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)