adjust permissions in Dockerfile

This commit is contained in:
2021-02-22 19:15:38 +01:00
parent 4b8c62ab94
commit 226c8866a3
3 changed files with 9 additions and 4 deletions

View File

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