Unverified Commit 4b556f1e authored by vky25's avatar vky25 Committed by GitHub
Browse files

Update Jenkinsfile

parent be68ce3f
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@ pipeline {
steps {
script {
def dockerTag = "${IMAGE_TAG}-${env.BUILD_NUMBER}"
def dockerImage = docker.build("${GCR_REGISTRY}/${IMAGE_NAME}:${dockerTag}")
def dockerImage = docker.build("${GCR_REGISTRY}/${IMAGE_NAME}:${dockerTag}", "-f ./Dockerfile ." )
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment