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 {