Skip to content

Commit 0a83bfa

Browse files
authored
Merge pull request #215 from docker/dependabot/github_actions/docker/login-action-4.2.0
build(deps): Bump docker/login-action from 4.1.0 to 4.2.0
2 parents 00e2681 + 2d0bb9e commit 0a83bfa

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/.test-bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
-
146146
name: Login to registry
147-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
147+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
148148
with:
149149
registry: public.ecr.aws
150150
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/.test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
-
146146
name: Login to registry
147-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
147+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
148148
with:
149149
registry: public.ecr.aws
150150
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/bake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ jobs:
912912
-
913913
name: Login to registry
914914
if: ${{ inputs.push && inputs.output == 'image' }}
915-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
915+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
916916
with:
917917
registry-auth: ${{ secrets.registry-auths }}
918918
-
@@ -944,7 +944,7 @@ jobs:
944944
-
945945
name: Login to registry for signing
946946
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }}
947-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
947+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
948948
with:
949949
registry-auth: ${{ secrets.registry-auths }}
950950
env:
@@ -1096,7 +1096,7 @@ jobs:
10961096
-
10971097
name: Login to registry
10981098
if: ${{ inputs.push && inputs.output == 'image' }}
1099-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
1099+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
11001100
with:
11011101
registry-auth: ${{ secrets.registry-auths }}
11021102
env:

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ jobs:
770770
-
771771
name: Login to registry
772772
if: ${{ inputs.push && inputs.output == 'image' }}
773-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
773+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
774774
with:
775775
registry-auth: ${{ secrets.registry-auths }}
776776
-
@@ -799,7 +799,7 @@ jobs:
799799
-
800800
name: Login to registry for signing
801801
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }}
802-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
802+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
803803
with:
804804
registry-auth: ${{ secrets.registry-auths }}
805805
env:
@@ -950,7 +950,7 @@ jobs:
950950
-
951951
name: Login to registry
952952
if: ${{ inputs.push && inputs.output == 'image' }}
953-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
953+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
954954
with:
955955
registry-auth: ${{ secrets.registry-auths }}
956956
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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
84+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
8585
with:
8686
registry-auth: ${{ secrets.registry-auths }}
8787
env:

0 commit comments

Comments
 (0)