You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does one provide the info for ECR / docker login? I've done that locally but I'm still unable to successfully push builds up with buildx --push. (I get lots of error: failed to do request: Post "https://xxxx.dkr.ecr.us-east-1.amazonaws.com/v2/my/stuff/blobs/uploads/": EOF
Did you configure your machine to authenticate using aws cli, ie. running aws sts get-caller-identity in a terminal shows your information?
The repository of the aws-ecr-get-login-password binary has a little more information on which environment variables are used to infer authentication. You can also read more on AWS CLI docs.
Please update your readme / docs to share how you're using this with buildx. Is it provided during
buildx create
?The text was updated successfully, but these errors were encountered: