From 47955f34dfbc7c3ae2dfa1f7c94b44e435743a94 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 27 Sep 2023 14:41:43 +0300 Subject: Use self-hosted registry --- build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-and-push.sh') 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 . -- cgit v1.3