summaryrefslogtreecommitdiffstats
path: root/build_and_push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_push.sh')
-rwxr-xr-xbuild_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_push.sh b/build_and_push.sh
index 3ea7e26..1db0309 100755
--- a/build_and_push.sh
+++ b/build_and_push.sh
@@ -14,7 +14,7 @@ else
OLD_VERSION=$CURRENT_VERSION
fi
IMAGE_NAME="blob-bin/server"
-HUB_NAME="dr.ivar.systems/blob-in/server"
+HUB_NAME="dr.ivar.systems/blob-bin/server"
# Check for uncommited changes and optionally commit them
if [ "$(git status --untracked-files=no --porcelain)" ]; then