diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index a8e7208..f45b826 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -9,7 +9,7 @@ env.GITHUB_CREDENTIALS_ID = 'Github' env.DIGITAL_OCEAN = 'registry.digitalocean.com' env.DOCKER_REPOSITORY = "${env.DIGITAL_OCEAN}/cryptosky-image-registry" env.DOCKER_REPOSITORY_URL = "https://${env.DOCKER_REPOSITORY}" -env.DOCKER_REPOSITORY_TCP = "tcp://${env.DIGITAL_OCEAN}" +env.DOCKER_REPOSITORY_TCP = "tcp://registry.cryptosky.me::4243" env.NAMESPACE = 'production' env.SLAVE_LABEL = "cryptosky-aio-build"