diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-27 14:41:43 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-27 14:41:43 +0300 |
| commit | 47955f34dfbc7c3ae2dfa1f7c94b44e435743a94 (patch) | |
| tree | 04aed806d2ddc33b4ee6f3102cf9997a30a6cd79 /build-and-push.sh | |
| parent | bd77148bef39829350670856706b48ad35837df1 (diff) | |
Use self-hosted registry
Diffstat (limited to 'build-and-push.sh')
| -rwxr-xr-x | build-and-push.sh | 2 |
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 . |
