diff --git a/noise/deploy.sh b/noise/deploy.sh index 9c494f1..9073aa2 100755 --- a/noise/deploy.sh +++ b/noise/deploy.sh @@ -8,7 +8,7 @@ set -e # Ziel-Registry, per Umgebungsvariable ueberschreibbar: # REGISTRY=anderes.registry.example ./deploy.sh -REGISTRY="${REGISTRY:-docker.citysensor.de}" +REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}" IMAGE_NAME="noise" TAG="${1:-latest}" PLATFORM="linux/amd64" diff --git a/readarchive/deploy.sh b/readarchive/deploy.sh index 826d976..2306aa5 100755 --- a/readarchive/deploy.sh +++ b/readarchive/deploy.sh @@ -8,7 +8,7 @@ set -e # Ziel-Registry, per Umgebungsvariable ueberschreibbar: # REGISTRY=anderes.registry.example ./deploy.sh -REGISTRY="${REGISTRY:-docker.citysensor.de}" +REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}" IMAGE_NAME="readarchive" TAG="${1:-latest}" PLATFORM="linux/amd64" diff --git a/readin/deploy.sh b/readin/deploy.sh index 145a6db..ae439f3 100755 --- a/readin/deploy.sh +++ b/readin/deploy.sh @@ -10,7 +10,7 @@ set -e # Ziel-Registry, per Umgebungsvariable ueberschreibbar: # REGISTRY=anderes.registry.example ./deploy.sh -REGISTRY="${REGISTRY:-docker.citysensor.de}" +REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}" IMAGE_NAME="readin" TAG="${1:-latest}" PLATFORM="linux/amd64" diff --git a/sensorapi/deploy.sh b/sensorapi/deploy.sh index 0b4abb6..587d3da 100755 --- a/sensorapi/deploy.sh +++ b/sensorapi/deploy.sh @@ -8,7 +8,7 @@ set -e # Ziel-Registry, per Umgebungsvariable ueberschreibbar: # REGISTRY=anderes.registry.example ./deploy.sh -REGISTRY="${REGISTRY:-docker.citysensor.de}" +REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}" IMAGE_NAME="sensorapi" TAG="${1:-latest}" PLATFORM="linux/amd64"