Skip to content

Commit 00716c2

Browse files
Upgrade: [dependabot] - 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] <[email protected]>
1 parent 87820e9 commit 00716c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
dotnet-sdk-*
5656
remove_packages_one_command: true
5757
- name: Login to github container registry
58-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
58+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5959
with:
6060
registry: ghcr.io
6161
username: ${{github.actor}}
@@ -252,7 +252,7 @@ jobs:
252252
id-token: write
253253
steps:
254254
- name: Login to github container registry
255-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
255+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
256256
with:
257257
registry: ghcr.io
258258
username: ${{github.actor}}

0 commit comments

Comments
 (0)