Skip to content

Commit f050aa5

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

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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
48+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
49+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)