Skip to content

Commit 2450419

Browse files
Bump docker/login-action from 3.3.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f48eb90 commit 2450419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v6
4646

4747
- name: Log in to the Container registry
48-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
48+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.actor }}

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v6
4747

4848
- name: Log in to the Container registry
49-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
49+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)