if [ $DOCKER_HUB_USERNAME ]; then
  echo 'pushing to dockerhub'
else
  echo 'not pushing to dockerhub'
fi


