Skip to content

Commit fcaae6f

Browse files
authored
Merge pull request #162 from docker/dependabot/github_actions/docker/login-action-4.1.0
build(deps): Bump docker/login-action from 4.0.0 to 4.1.0
2 parents 2497a7d + 7cda7f4 commit fcaae6f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/.test-bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
-
142142
name: Login to registry
143-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
143+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
144144
with:
145145
registry: public.ecr.aws
146146
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
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
-
142142
name: Login to registry
143-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
143+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
144144
with:
145145
registry: public.ecr.aws
146146
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/bake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ jobs:
783783
-
784784
name: Login to registry
785785
if: ${{ inputs.push && inputs.output == 'image' }}
786-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
786+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
787787
with:
788788
registry-auth: ${{ secrets.registry-auths }}
789789
-
@@ -815,7 +815,7 @@ jobs:
815815
-
816816
name: Login to registry for signing
817817
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }}
818-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
818+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
819819
with:
820820
registry-auth: ${{ secrets.registry-auths }}
821821
env:
@@ -967,7 +967,7 @@ jobs:
967967
-
968968
name: Login to registry
969969
if: ${{ inputs.push && inputs.output == 'image' }}
970-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
970+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
971971
with:
972972
registry-auth: ${{ secrets.registry-auths }}
973973
env:

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ jobs:
641641
-
642642
name: Login to registry
643643
if: ${{ inputs.push && inputs.output == 'image' }}
644-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
644+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
645645
with:
646646
registry-auth: ${{ secrets.registry-auths }}
647647
-
@@ -670,7 +670,7 @@ jobs:
670670
-
671671
name: Login to registry for signing
672672
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }}
673-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
673+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
674674
with:
675675
registry-auth: ${{ secrets.registry-auths }}
676676
env:
@@ -821,7 +821,7 @@ jobs:
821821
-
822822
name: Login to registry
823823
if: ${{ inputs.push && inputs.output == 'image' }}
824-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
824+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
825825
with:
826826
registry-auth: ${{ secrets.registry-auths }}
827827
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
84+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8585
with:
8686
registry-auth: ${{ secrets.registry-auths }}
8787
env:

0 commit comments

Comments
 (0)