From bcd52bb0dd6957df4873efecc5287dd106a8e2f8 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 2 Jun 2026 20:50:42 +0000 Subject: [PATCH] Fix: Usar IP del host para registry en lugar de hostname Docker --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b8078b6..c8d2d93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { AWS_DEFAULT_REGION = "us-east-1" AWS_ENDPOINT = "http://floci:4566" APP_NAME = "demo-app" - REGISTRY = "registry:5000" + REGISTRY = "172.16.20.100:5000" } stages {