Skip to content

Commit

Permalink
Add -- for gcloud docker push command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Iglesias authored Jul 10, 2017
1 parent 9b59914 commit ad447af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node {
sh("docker run ${imageTag} go test")

stage 'Push image to registry'
sh("gcloud docker push ${imageTag}")
sh("gcloud docker -- push ${imageTag}")

stage "Deploy Application"
switch (env.BRANCH_NAME) {
Expand Down

0 comments on commit ad447af

Please sign in to comment.