authservice/build.sh

9 lines
165 B
Bash
Executable File

#!/bin/bash
IMAGE_NAME="registry.hottis.de/wolutator/authservice"
VERSION=0.3.x
docker build -t ${IMAGE_NAME}:${VERSION} .
# docker push ${IMAGE_NAME}:${VERSION}