deploy.sh: Standard-Registry auf ghcr.io/dnms-org/laermkarte-sensor-community umgestellt

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-05 12:48:07 +00:00
parent add666b297
commit b5ffd8ae4a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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"