diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index e0fc50f..86520ff 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -76,7 +76,7 @@ try { stage('Tag Repository') { withDockerServer([uri: "${env.DOCKER_REPOSITORY_TCP}"]) { - withDockerRegistry([credentialsId: 'Registry', url: "${env.DOCKER_REPOSITORY_URL}"]) { + withDockerRegistry([credentialsId: 'Registry', url: "https://registry.cryptosky.me"]) { def image = docker.build("${env.DOCKER_REPOSITORY}/db-gateway:${env.APPLICATION_VERSION}") image.push() def latest = docker.build("${env.DOCKER_REPOSITORY}/db-gateway:latest")