From b5ffd8ae4a3dc2240bf155f81e8558934c0d170e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20X=2E=20F=C3=BCrst?= Date: Wed, 5 Aug 2026 12:48:07 +0000 Subject: [PATCH] deploy.sh: Standard-Registry auf ghcr.io/dnms-org/laermkarte-sensor-community umgestellt Co-Authored-By: Claude Sonnet 5 --- noise/deploy.sh | 2 +- readarchive/deploy.sh | 2 +- readin/deploy.sh | 2 +- sensorapi/deploy.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"