diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-27 14:34:43 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-27 14:34:43 +0300 |
| commit | 34b1b2f9816c648e494399c7b9908ab53a8947a6 (patch) | |
| tree | bb6d99f4b4d5c347f21e3727e896dd7af784c9d6 /build-and.push.sh | |
| parent | f7ab68fc0796ed9ec7e56ea75f836041eacafaf5 (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 09732a8..b43684b 100755 --- a/build-and.push.sh +++ b/build-and.push.sh @@ -1,6 +1,6 @@ #!/bin/bash -IMAGE=registry.digitalocean.com/jan-systems-registry/taulubot:latest +IMAGE=registry.jan.systems/taulubot:latest set -euxo pipefail docker build --platform linux/amd64 -t $IMAGE . |
