diff options
| -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 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 . diff --git a/docker-compose.yml b/docker-compose.yml index 6f9a1b2..de37439 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: taulubot: - image: registry.digitalocean.com/jan-systems-registry/taulubot:latest + image: registry.jan.systems/taulubot:latest volumes: - ${PWD}/photo:/app/photo environment: |
