mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
update dockerfile path
This commit is contained in:
parent
855eec1a78
commit
42f4fe8ce9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -6,7 +6,7 @@ pipeline {
|
||||||
RELEASE_VERSION = readFile('version').trim()
|
RELEASE_VERSION = readFile('version').trim()
|
||||||
IMAGE_REPO = "${IMAGE_NAME}:${RELEASE_VERSION}"
|
IMAGE_REPO = "${IMAGE_NAME}:${RELEASE_VERSION}"
|
||||||
PLATFORM = 'linux/amd64,linux/arm64'
|
PLATFORM = 'linux/amd64,linux/arm64'
|
||||||
DOCKERFILE_PATH = './images/production'
|
DOCKERFILE_PATH = './images/production/Containerfile'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Login to image Repository') {
|
stage('Login to image Repository') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue