changed test build script
This commit is contained in:
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
IMAGE_NAME="registry.hottis.de/wolutator/authservice"
|
IMAGE_NAME="registry.hottis.de/wolutator/authservice"
|
||||||
VERSION=0.0.1
|
VERSION=0.3.x
|
||||||
|
|
||||||
docker build -t ${IMAGE_NAME}:${VERSION} .
|
docker build -t ${IMAGE_NAME}:${VERSION} .
|
||||||
# docker push ${IMAGE_NAME}:${VERSION}
|
# docker push ${IMAGE_NAME}:${VERSION}
|
||||||
|
Reference in New Issue
Block a user