TAG=`./get_tag`

docker build --tag $TAG .

echo
echo "    docker push $TAG"
echo
