#!/bin/bash IMAGE_NAME="registry.hottis.de/hv2/hv2-api" VERSION=0.0.x docker build -t ${IMAGE_NAME}:${VERSION} . docker push ${IMAGE_NAME}:${VERSION}