docker_push.sh: Registry-Image auf ait umgestellt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 17:41:04 +02:00
parent ee01b6d3b9
commit 0e65203ad7

View File

@@ -3,7 +3,7 @@
set -euo pipefail
readonly SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
readonly REGISTRY_IMAGE="registry.assecutor.org/votianlt"
readonly REGISTRY_IMAGE="registry.assecutor.org/ait"
readonly BACKEND_DIR="${SCRIPT_DIR}"
usage() {