#!/bin/bash IMAGE_NAME="local-hv-cron" VERSION=0.0.1 docker build -t ${IMAGE_NAME}:${VERSION} . # docker push ${IMAGE_NAME}:${VERSION}