Skip to content

Commit c54e046

Browse files
authored
Merge pull request #2 from wtorrealba/master
Adding aws ecr option to avoid docker login error
2 parents 3d1702c + 64d2f34 commit c54e046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2-containerized/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ VPCID=${RESULTS_ARRAY[4]}
3636
3737
printf "${PRIMARY}* Authenticating with EC2 Container Repository${NC}\n";
3838
39-
`aws ecr get-login --region $REGION`
39+
`aws ecr get-login --region $REGION --no-include-email`
4040
4141
# Tag for versioning the container images, currently set to timestamp
4242
TAG=`date +%s`

3-microservices/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ VPCID=${RESULTS_ARRAY[4]}
3838
3939
printf "${PRIMARY}* Authenticating with EC2 Container Repository${NC}\n";
4040
41-
`aws ecr get-login --region $REGION`
41+
`aws ecr get-login --region $REGION --no-include-email`
4242
4343
# Tag for versioning the container images, currently set to timestamp
4444
TAG=`date +%s`

0 commit comments

Comments
 (0)