aboutsummaryrefslogtreecommitdiffstats
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 a6b389d..be3e962 100755
--- a/build-and-push.sh
+++ b/build-and-push.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-IMAGE=registry.digitalocean.com/jan-systems-registry/aggro:latest
+IMAGE=registry.jan.systems/aggro:latest
set -euxo pipefail
docker build --platform linux/amd64 -t $IMAGE .