From b0a8bedb3810ed61882a5dd2d8b9ce01b57d87ab Mon Sep 17 00:00:00 2001 From: Mpho Majenge Date: Sat, 25 May 2024 14:17:40 +0200 Subject: [PATCH] update dockerfile path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fd1cb966..db2e40a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { RELEASE_VERSION = readFile('version').trim() IMAGE_REPO = "${IMAGE_NAME}:${RELEASE_VERSION}" PLATFORM = 'linux/amd64,linux/arm64' - DOCKERFILE_PATH = 'images/production/Containerfile' + DOCKERFILE_PATH = './images/production/Containerfile' } stages { stage('Login to image Repository') {