eigenen 'Löschen'-Dialog

This commit is contained in:
rxf
2026-03-04 09:38:54 +01:00
parent 5fbfc067af
commit 88b475b0f3
3 changed files with 43 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ set -e
# Konfiguration
REGISTRY="docker.citysensor.de"
IMAGE_NAME="werte-next_multi"
IMAGE_NAME="werte-next"
TAG="${1:-latest}" # Erster Parameter oder "latest"
FULL_IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"