Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(promote-images): fix prod ECR auth (#9146)
A cherry-pick from the previous release (#9131) ## Problem Login to prod ECR doesn't work anymore: ``` Retrieving registries data through *** SDK... *** ECR detected with eu-central-1 region Error: The security token included in the request is invalid. ``` ## Summary of changes - Fix login to prod ECR by using `aws-actions/configure-aws-credentials`
- Loading branch information