Skip to content

Commit 2489b6c

Browse files
build(deps): Bump docker/login-action from 3.7.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...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 52e1930 commit 2489b6c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/bake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ jobs:
739739
-
740740
name: Login to registry
741741
if: ${{ inputs.push && inputs.output == 'image' }}
742-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
742+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
743743
with:
744744
registry-auth: ${{ secrets.registry-auths }}
745745
-
@@ -771,7 +771,7 @@ jobs:
771771
-
772772
name: Login to registry for signing
773773
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }}
774-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
774+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
775775
with:
776776
registry-auth: ${{ secrets.registry-auths }}
777777
env:
@@ -925,7 +925,7 @@ jobs:
925925
-
926926
name: Login to registry
927927
if: ${{ inputs.push && inputs.output == 'image' }}
928-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
928+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
929929
with:
930930
registry-auth: ${{ secrets.registry-auths }}
931931
env:

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
-
597597
name: Login to registry
598598
if: ${{ inputs.push && inputs.output == 'image' }}
599-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
599+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
600600
with:
601601
registry-auth: ${{ secrets.registry-auths }}
602602
-
@@ -625,7 +625,7 @@ jobs:
625625
-
626626
name: Login to registry for signing
627627
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }}
628-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
628+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
629629
with:
630630
registry-auth: ${{ secrets.registry-auths }}
631631
env:
@@ -778,7 +778,7 @@ jobs:
778778
-
779779
name: Login to registry
780780
if: ${{ inputs.push && inputs.output == 'image' }}
781-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
781+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
782782
with:
783783
registry-auth: ${{ secrets.registry-auths }}
784784
env:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
-
8282
name: Login to registry
8383
if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' }}
84-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
84+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
8585
with:
8686
registry-auth: ${{ secrets.registry-auths }}
8787
env:

0 commit comments

Comments
 (0)