ci(config): update infrastructure configuration

This commit is contained in:
2026-05-01 10:34:26 +02:00
parent 707baf8cbc
commit 4eddee6561
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any
environment {
REGISTRY_URL = "registry.pablotj.com"
REGISTRY_URL = "registry.nortapp.com"
USER = "andromeda"
PASS = credentials('docker-registry-password')
}