aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-and-push.sh2
-rw-r--r--docker-compose.yml2
2 files changed, 2 insertions, 2 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 .
diff --git a/docker-compose.yml b/docker-compose.yml
index b0b5007..78cb0a8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
services:
aggro:
- image: aggro:latest
+ image: registry.jan.systems/aggro:latest
build:
context: .
ports: