Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI(promote-images): fix prod ECR auth (#9131) #9146

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. CI(promote-images): fix prod ECR auth (#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.
    ```
    Ref
    https://github.com/neondatabase/neon/actions/runs/11015238522/job/30592994281
    
    Tested
    https://github.com/neondatabase/neon/actions/runs/11017690614/job/30596213259#step:5:18
    (on aae6182ff)
    
    ## Summary of changes
    - Fix login to prod ECR by using `aws-actions/configure-aws-credentials`
    bayandin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    903935b View commit details
    Browse the repository at this point in the history