AWS Container Server - No Email for Login

Hey All!

I’m trying to deploy to AWS ECR and when I use the following command in my shell script, I get asked for an email, even thought I have the --no-include-email.

eval $(aws ecr get-login --no-include-email --region $REGION)

Does anyone have an idea of where I may be going wrong?

Prior to the login, I’ve set the access key id and access key secret.

Cheers,

Bill Bensing

2 Likes