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

Update Jenkinsfile

parent f0dd550d
No related merge requests found
Showing with 2 additions and 4 deletions
+2 -4
......@@ -31,11 +31,9 @@ pipeline {
}
stage('Push to GCR') {
steps {
script {
#sh 'echo $GCR_KEY | docker login -u _json_key --password-stdin ${GCR_REGISTRY}'
script {
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