changed test build script

This commit is contained in:
Wolfgang Hottgenroth 2021-06-15 23:36:49 +02:00
parent 91178b1fa7
commit 9929b38db7
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

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