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
target:
registry: public.ecr.aws
# Default or custom alias
prefix: "g6hzp2z3/"
repositories:
- name: alpine # repository needs to be manually created
match_tag:
- "3.10"
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.awsconfig.yaml