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