Skip to content

Commit

Permalink
Helpful Make target to login to public ECR.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed May 29, 2024
1 parent 1b9fe03 commit e63d4e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ cleanup-ec2-sdk-override:
./scripts/ec2_model_override/cleanup.sh ; \
fi

ecr-public-login:
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

##@ Cleanup

# Clean temporary files and build artifacts from the project.
Expand Down

0 comments on commit e63d4e0

Please sign in to comment.