We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d1702c + 64d2f34 commit c54e046Copy full SHA for c54e046
2-containerized/deploy.sh
@@ -36,7 +36,7 @@ VPCID=${RESULTS_ARRAY[4]}
36
37
printf "${PRIMARY}* Authenticating with EC2 Container Repository${NC}\n";
38
39
-`aws ecr get-login --region $REGION`
+`aws ecr get-login --region $REGION --no-include-email`
40
41
# Tag for versioning the container images, currently set to timestamp
42
TAG=`date +%s`
3-microservices/deploy.sh
@@ -38,7 +38,7 @@ VPCID=${RESULTS_ARRAY[4]}
43
44
0 commit comments