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

Update Jenkinsfile

parent 3ec65a58
No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -31,12 +31,11 @@ pipeline {
}
stage('Push to GCR') {
steps {
#withCredentials([string(credentialsId: 'gcr-service-account-key', variable: 'GCR_KEY')]) {
script {
#sh 'echo $GCR_KEY | docker login -u _json_key --password-stdin ${GCR_REGISTRY}'
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