summaryrefslogtreecommitdiffstats
path: root/server/build_and_push.sh
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-01 22:53:00 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-01 22:53:00 +0200
commite5d7e52bab7e3bc68d7a16d1fcb37852ba90143a (patch)
tree1ea65eb5e578f28d8dd150fc7e34bd37e6377c07 /server/build_and_push.sh
parentae8899c9beffcfe7d7c6965ddc5df7010ad4006b (diff)
downloadgreatoffice-e5d7e52bab7e3bc68d7a16d1fcb37852ba90143a.tar.xz
greatoffice-e5d7e52bab7e3bc68d7a16d1fcb37852ba90143a.zip
refactor: Change name of image name
Diffstat (limited to 'server/build_and_push.sh')
-rwxr-xr-xserver/build_and_push.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/build_and_push.sh b/server/build_and_push.sh
index 5bcc0d0..f1aaa5d 100755
--- a/server/build_and_push.sh
+++ b/server/build_and_push.sh
@@ -13,8 +13,8 @@ else
NEW_VERSION="v$((CURRENT_VERSION_INT+1))-server"
OLD_VERSION=$CURRENT_VERSION
fi
-IMAGE_NAME="greatoffice-api"
-HUB_NAME="dr.ivar.systems/greatoffice-api"
+IMAGE_NAME="greatoffice/server"
+HUB_NAME="dr.ivar.systems/greatoffice/server"
# Check for uncommited changes and optionally commit them
if [ "$(git status --untracked-files=no --porcelain)" ]; then