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

Update Jenkinsfile

parent 6ba38b17
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -32,6 +32,7 @@ pipeline {
stage('Push to GCR') {
steps {
script {
def dockerTag = "${IMAGE_TAG}-${env.BUILD_NUMBER}"
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