File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ if [ -z "$versionTag"]; then
5
5
exit
6
6
fi
7
7
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
9
9
echo " Done building satTrack:$versionTag "
10
10
echo " Uploading to ECR"
11
11
aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin 605517810339.dkr.ecr.ap-south-1.amazonaws.com
12
12
docker tag sattrackapi:$versionTag 605517810339.dkr.ecr.ap-south-1.amazonaws.com/sattrack-api
13
13
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
You can’t perform that action at this time.
0 commit comments