From e5d7e52bab7e3bc68d7a16d1fcb37852ba90143a Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 22:53:00 +0200 Subject: refactor: Change name of image name --- server/build_and_push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/build_and_push.sh') 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 -- cgit v1.3