-
Notifications
You must be signed in to change notification settings - Fork 143
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
no basic auth credentials
on push_image step
#335
Comments
I should also add that the reason we're doing the 2nd push_image step is because we're hitting this issue, too. |
FYI, this also breaks pushing on
|
I believe it has to do with OIDC not working correctly with amazon-ecr-credential-helper. awslabs/amazon-ecr-credential-helper#581 |
I have been trying to replicate the issue with many configurations, and haven't been able to get it. As a workaround, the version 9.3.0 allows you to specify the parameter use_credentials_helper in the job to use the credentials helper, or the old method with docker login. |
Orb version
9.0.4 (Though this broke for me in 9.0.3 - 9.0.2 functions properly)
What happened
push_image now fails on docker push to ECR with the following error:
Expected behavior
Docker login should happen as before. This is our orb instantiation:
I suspect this pull request is the culprit. is there anything I need to change on my end to get the
aws-ecr/push_image
step to work?The text was updated successfully, but these errors were encountered: