improve cms docker build

This commit is contained in:
Schneider Roland
2025-05-23 20:20:34 +02:00
parent 0f3056af01
commit d248ccd985
3 changed files with 7 additions and 4 deletions

View File

@@ -3,5 +3,7 @@
CURRENT_DIR=$(dirname "$0")
# push docker image
source "${CURRENT_DIR}/build.docker.env.sh"
echo "push image ${TAG}"
docker push $TAG
echo "push image ${TAG_INTERNAL}"
docker push $TAG_TAG_INTERNAL
echo "push image ${TAG_PUBLIC}"
docker push $TAG_TAG_PUBLIC