Skip to content

Commit

Permalink
update version in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
warroyo committed Nov 13, 2020
1 parent 55c4e74 commit 1a89504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
echo "importing image into local registry"
sshpass -p "${sv_pass}" ssh -t -q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@"${ip}" << EOF
docker load -i proxy-inject.tar.gz
docker tag proxy-inject:1.1.0 localhost:5002/vmware/proxy-inject:1.2.0
docker tag proxy-inject:1.2.0 localhost:5002/vmware/proxy-inject:1.2.0
docker push localhost:5002/vmware/proxy-inject:1.2.0
EOF
if [ $? -eq 0 ] ;
Expand Down

0 comments on commit 1a89504

Please sign in to comment.