From 4eddee6561cb1f7fb267ef5e4423438a7fca5a32 Mon Sep 17 00:00:00 2001 From: Pablo de la Torre Jamardo Date: Fri, 1 May 2026 10:34:26 +0200 Subject: [PATCH] ci(config): update infrastructure configuration --- Jenkinsfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7cf137a..6b0aeba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') } diff --git a/Makefile b/Makefile index 2df135d..03da553 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ STACK=pablotj-portfolio APP_NAME=pablotj-portfolio-api IMAGE_NAME=$(APP_NAME) -REGISTRY_URL=registry.pablotj.com +REGISTRY_URL=registry.nortapp.com NAMESPACE=andromeda TAG?=latest