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
I am receiving Error response from daemon: Get https://public.ecr.aws/v2/: denied: Not Authorized while using Login to ECR action in my workflow. I am able to run aws ecr-public get-login-password --region us-east-1 | docker login -u AWS --password-stdin public.ecr.aws in my local machine. Would you be able to confirm if it's a bug? I could not find ecr publish test in this repo so not sure if login to ecr actions has any issues or not.
@bhautikpip#37 has been merged to add support for Public ECR but no release has been created yet for this action because GitHub Runners does not currently support ecr-public command. (AWS CLI 2.1.4 on ubuntu-20.04 and AWS CLI 1.18.185 on ubuntu-latest). See actions/runner-images#2219 (comment)
I am receiving
Error response from daemon: Get https://public.ecr.aws/v2/: denied: Not Authorized
while using Login to ECR action in my workflow. I am able to runaws ecr-public get-login-password --region us-east-1 | docker login -u AWS --password-stdin public.ecr.aws
in my local machine. Would you be able to confirm if it's a bug? I could not find ecr publish test in this repo so not sure if login to ecr actions has any issues or not.Workflow error: https://github.com/bhautikpip/aws-xray-daemon/runs/1554928752?check_suite_focus=true
Workflow code: https://github.com/bhautikpip/aws-xray-daemon/blob/daemon-ecr-publish/.github/workflows/continuous-build.yml
The text was updated successfully, but these errors were encountered: