Switch registry to reg.dd0c.net (HTTPS on 443)

This commit is contained in:
2026-03-02 13:31:11 +00:00
parent 09eb22af62
commit 6b045637be
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# dd0c CI Build & Push to Local Registry
# Builds Docker images for all Node services and pushes to 192.168.86.11:30095
# Builds Docker images for all Node services and pushes to reg.dd0c.net
#
# Usage:
# ./build-push.sh # Build all services
@@ -9,7 +9,7 @@
set -euo pipefail
REGISTRY="${REGISTRY:-192.168.86.11:30095}"
REGISTRY="${REGISTRY:-reg.dd0c.net}"
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'