@@ -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 :
0 commit comments