aboutsummaryrefslogtreecommitdiffstats
path: root/build-and-push.sh
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-27 14:41:43 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-27 14:41:43 +0300
commit47955f34dfbc7c3ae2dfa1f7c94b44e435743a94 (patch)
tree04aed806d2ddc33b4ee6f3102cf9997a30a6cd79 /build-and-push.sh
parentbd77148bef39829350670856706b48ad35837df1 (diff)
Use self-hosted registry
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 .