This commit is contained in:
2021-02-22 10:58:50 +01:00
parent fc478c824d
commit 58c1333570
5 changed files with 22 additions and 5 deletions

8
build.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
IMAGE_NAME="registry.hottis.de/hv/hv-cron"
VERSION=0.0.1
docker build -t ${IMAGE_NAME}:${VERSION} .
docker push ${IMAGE_NAME}:${VERSION}