From ae9806489c861f4ac93f5d8347ae84ab4081b6a2 Mon Sep 17 00:00:00 2001 From: Jan Rabcan Date: Wed, 20 Oct 2021 02:57:16 +0200 Subject: [PATCH] a. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e8cca23..e1a8042 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ node { stage('Deploy') { echo "${env.ENV_REGISTRY_URL}" docker.withRegistry("https://registry.proxyq.co", 'registry-credentials-id') { - def customImage = docker.build("registry.proxyq.co/jenkins/website:${env.BUILD_ID}") + def customImage = docker.build("registry.proxyq.co/jenkins/website:${env.BUILD_ID}", '.') customImage.push() } }