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
Hi, I'm getting The repository with name 'alpine' does not exist in the registry with id I would expect the repository to be created right ? Or does this work only for private ECR ?
Wasn't sure if I could upload to a public registry since the docs only mention private registries, but got it working like so
Login:
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
config.yaml
The text was updated successfully, but these errors were encountered: