diff options
Diffstat (limited to 'server/build_and_push.sh')
| -rwxr-xr-x | server/build_and_push.sh | 4 |
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 |
