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 | |
| parent | bd77148bef39829350670856706b48ad35837df1 (diff) | |
Use self-hosted registry
| -rwxr-xr-x | build-and-push.sh | 2 | ||||
| -rw-r--r-- | docker-compose.yml | 2 |
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: |
