From b0eb56468e6237bc66fb1cb9a98aa300b6b82403 Mon Sep 17 00:00:00 2001 From: Pablo de la Torre Jamardo Date: Fri, 1 May 2026 10:34:01 +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 da64be2..dbd8dab 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ STACK=pablotj-portfolio APP_NAME=pablotj-portfolio-web IMAGE_NAME=$(APP_NAME) -REGISTRY_URL=registry.pablotj.com +REGISTRY_URL=registry.nortapp.com NAMESPACE=andromeda TAG?=latest