Skip to content

Commit 46231ee

Browse files
authored
Update buildDockerAndPushECS.sh
1 parent 632b8d8 commit 46231ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildDockerAndPushECS.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ if [ -z "$versionTag"]; then
55
exit
66
fi
77
echo "Building SatTrack API for version: " $versionTag
8-
# docker build https://github.com/the-redlord/satTrack-api.git#$versionTag --tag sattrackapi:$versionTag
8+
docker build https://github.com/the-redlord/satTrack-api.git#$versionTag --tag sattrackapi:$versionTag
99
echo "Done building satTrack:$versionTag"
1010
echo "Uploading to ECR"
1111
aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin 605517810339.dkr.ecr.ap-south-1.amazonaws.com
1212
docker tag sattrackapi:$versionTag 605517810339.dkr.ecr.ap-south-1.amazonaws.com/sattrack-api
1313
docker push 605517810339.dkr.ecr.ap-south-1.amazonaws.com/sattrack-api
14-
echo "Pushed to ECR with tag : " sattrackapi:$versionTag
14+
echo "Pushed to ECR with tag : " sattrackapi:$versionTag

0 commit comments

Comments
 (0)