registry.format.hu -> safebox
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-05 11:41:05 +01:00
parent a773e95a5e
commit 4088fe252e
3 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,8 @@ toUpperCase() {
echo "$*" | tr '[:lower:]' '[:upper:]';
}
DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"registry.format.hu"}
#DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"registry.format.hu"}
DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"safebox"}
GLOBAL_VERSION=${GLOBAL_VERSION:-latest}
version_update() {
for JSON in $(ls /etc/user/config/services/*.json); do