Unverified Commit 0d3af235 authored by vky25's avatar vky25 Committed by GitHub
Browse files

Update Jenkinsfile

parent 6b15f41a
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@ pipeline {
stage('Push to GCR') {
steps {
script {
sh "docker push ${GCR_REGISTRY}/${IMAGE_NAME}:${dockerTag}"
sh "docker push ${GCR_REGISTRY}/${IMAGE_NAME}:${dockerTag}"
}
}
}
......
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