@@ -997,7 +997,7 @@ jobs:
997997 -
998998 name : Login to Amazon ECR
999999 if : ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }}
1000- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1000+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
10011001 with :
10021002 registry-auth : |
10031003 - registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }}
@@ -1016,7 +1016,7 @@ jobs:
10161016 -
10171017 name : Login to Google Artifact Registry
10181018 if : ${{ needs.registry-identities.outputs.gcp-wif-enabled == 'true' }}
1019- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1019+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
10201020 with :
10211021 registry-auth : |
10221022 - registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }}
@@ -1025,7 +1025,7 @@ jobs:
10251025 -
10261026 name : Login to Docker Hub with OIDC
10271027 if : ${{ needs.registry-identities.outputs.dockerhub-oidc-enabled == 'true' }}
1028- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1028+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
10291029 env :
10301030 DOCKERHUB_OIDC_CONNECTIONID : ${{ needs.registry-identities.outputs.dockerhub-oidc-connection-id }}
10311031 with :
@@ -1035,7 +1035,7 @@ jobs:
10351035 -
10361036 name : Login to registry
10371037 if : ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1038- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1038+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
10391039 with :
10401040 registry-auth : ${{ secrets.registry-auths }}
10411041 -
@@ -1067,7 +1067,7 @@ jobs:
10671067 -
10681068 name : Login to registry for signing
10691069 if : ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1070- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1070+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
10711071 with :
10721072 registry-auth : ${{ secrets.registry-auths }}
10731073 env :
@@ -1249,7 +1249,7 @@ jobs:
12491249 -
12501250 name : Login to Amazon ECR
12511251 if : ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }}
1252- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1252+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
12531253 with :
12541254 registry-auth : |
12551255 - registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }}
@@ -1268,7 +1268,7 @@ jobs:
12681268 -
12691269 name : Login to Google Artifact Registry
12701270 if : ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.gcp-wif-enabled == 'true' }}
1271- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1271+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
12721272 with :
12731273 registry-auth : |
12741274 - registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }}
@@ -1277,7 +1277,7 @@ jobs:
12771277 -
12781278 name : Login to Docker Hub with OIDC
12791279 if : ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.dockerhub-oidc-enabled == 'true' }}
1280- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1280+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
12811281 env :
12821282 DOCKERHUB_OIDC_CONNECTIONID : ${{ needs.registry-identities.outputs.dockerhub-oidc-connection-id }}
12831283 with :
@@ -1287,7 +1287,7 @@ jobs:
12871287 -
12881288 name : Login to registry
12891289 if : ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }}
1290- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
1290+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
12911291 with :
12921292 registry-auth : ${{ secrets.registry-auths }}
12931293 env :
0 commit comments