Skip to content

Commit 4d40e16

Browse files
committed
ci: update login-action to 4.5.1
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent d733867 commit 4d40e16

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/bake.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ jobs:
996996
-
997997
name: Login to Amazon ECR
998998
if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }}
999-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
999+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
10001000
with:
10011001
registry-auth: |
10021002
- registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }}
@@ -1015,7 +1015,7 @@ jobs:
10151015
-
10161016
name: Login to Google Artifact Registry
10171017
if: ${{ needs.registry-identities.outputs.gcp-wif-enabled == 'true' }}
1018-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1018+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
10191019
with:
10201020
registry-auth: |
10211021
- registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }}
@@ -1024,7 +1024,7 @@ jobs:
10241024
-
10251025
name: Login to registry
10261026
if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1027-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1027+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
10281028
with:
10291029
registry-auth: ${{ secrets.registry-auths }}
10301030
-
@@ -1056,7 +1056,7 @@ jobs:
10561056
-
10571057
name: Login to registry for signing
10581058
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1059-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1059+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
10601060
with:
10611061
registry-auth: ${{ secrets.registry-auths }}
10621062
env:
@@ -1238,7 +1238,7 @@ jobs:
12381238
-
12391239
name: Login to Amazon ECR
12401240
if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }}
1241-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1241+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
12421242
with:
12431243
registry-auth: |
12441244
- registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }}
@@ -1257,7 +1257,7 @@ jobs:
12571257
-
12581258
name: Login to Google Artifact Registry
12591259
if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.gcp-wif-enabled == 'true' }}
1260-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1260+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
12611261
with:
12621262
registry-auth: |
12631263
- registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }}
@@ -1266,7 +1266,7 @@ jobs:
12661266
-
12671267
name: Login to registry
12681268
if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1269-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1269+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
12701270
with:
12711271
registry-auth: ${{ secrets.registry-auths }}
12721272
env:

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ jobs:
862862
-
863863
name: Login to Amazon ECR
864864
if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }}
865-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
865+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
866866
with:
867867
registry-auth: |
868868
- registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }}
@@ -881,7 +881,7 @@ jobs:
881881
-
882882
name: Login to Google Artifact Registry
883883
if: ${{ needs.registry-identities.outputs.gcp-wif-enabled == 'true' }}
884-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
884+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
885885
with:
886886
registry-auth: |
887887
- registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }}
@@ -890,7 +890,7 @@ jobs:
890890
-
891891
name: Login to registry
892892
if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
893-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
893+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
894894
with:
895895
registry-auth: ${{ secrets.registry-auths }}
896896
-
@@ -919,7 +919,7 @@ jobs:
919919
-
920920
name: Login to registry for signing
921921
if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
922-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
922+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
923923
with:
924924
registry-auth: ${{ secrets.registry-auths }}
925925
env:
@@ -1100,7 +1100,7 @@ jobs:
11001100
-
11011101
name: Login to Amazon ECR
11021102
if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }}
1103-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1103+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
11041104
with:
11051105
registry-auth: |
11061106
- registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }}
@@ -1119,7 +1119,7 @@ jobs:
11191119
-
11201120
name: Login to Google Artifact Registry
11211121
if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.gcp-wif-enabled == 'true' }}
1122-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1122+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
11231123
with:
11241124
registry-auth: |
11251125
- registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }}
@@ -1128,7 +1128,7 @@ jobs:
11281128
-
11291129
name: Login to registry
11301130
if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1131-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
1131+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
11321132
with:
11331133
registry-auth: ${{ secrets.registry-auths }}
11341134
env:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
-
107107
name: Login to registry
108108
if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' }}
109-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
109+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
110110
with:
111111
registry-auth: ${{ secrets.registry-auths }}
112112
env:

0 commit comments

Comments
 (0)