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

Could Not Login Error #205

Closed
abhinav-tripathy opened this issue Sep 23, 2021 · 2 comments
Closed

Could Not Login Error #205

abhinav-tripathy opened this issue Sep 23, 2021 · 2 comments

Comments

@abhinav-tripathy
Copy link

Not sure what I am doing wrong, but getting this error while running github actions in an ubuntu based self hosted runner on AWS.

image

@abhinav-tripathy
Copy link
Author

I just fixed it by doing this

aws ecr get-login-password --region ${{ env.AWS_REGION }} | sudo docker login --username AWS --password-stdin ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com

@rpm-kevin
Copy link

I also received this error. Where are you placing that "aws acr get-login-password" command in the GitHub workflow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants