Skip to content

Commit 37ebc44

Browse files
committed
RI
1 parent fa9092d commit 37ebc44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ make_task_def(){
8181

8282
push_ecr_image() {
8383
echo "Pushing Docker Image..."
84+
aws ecr get-login --region $AWS_REGION
8485
eval $(aws ecr get-login --region $AWS_REGION)
8586
docker push $ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$AWS_REPOSITORY:$TAG
8687
echo "Docker Image published."

0 commit comments

Comments
 (0)