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
This is not a bug repport but maybe more a documentation request so please feel free to close it if there is a better place to raise this. And because I'm far to be an expert, I maybe totally wrong!
The public AWS repository (public.ecr.aws) needs almost the same login process as the private ECR but there is a huge difference in the registry URL which make it not compatible with this action
This is not a bug repport but maybe more a documentation request so please feel free to close it if there is a better place to raise this. And because I'm far to be an expert, I maybe totally wrong!
The public AWS repository (public.ecr.aws) needs almost the same login process as the private ECR but there is a huge difference in the registry URL which make it not compatible with this action
there are 2 problems with the public registry url:
amazonaws
in the registery name, so:login-action/src/aws.ts
Lines 5 to 7 in 12fd633
isn't triggered
region
in the registry url, so:login-action/src/aws.ts
Lines 9 to 11 in 12fd633
won't work as well.
I see a blocker for a region, but this could be resolved if the user uses the
Configure AWS Credentials action
Edit:
well there is a third point
ecr-public
notecr
🤦The text was updated successfully, but these errors were encountered: