update dockerfile path

This commit is contained in:
Mpho Majenge 2024-05-25 14:17:40 +02:00
parent 6f9ed73095
commit b0a8bedb38

2
Jenkinsfile vendored
View file

@ -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') {