Skip to content

Commit

Permalink
Revert "Build docker images and tag them with the branch (#547)"
Browse files Browse the repository at this point in the history
This reverts commit c2d86d0.
  • Loading branch information
cmcewen committed Oct 25, 2019
1 parent 3a65b73 commit 9575a01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'us.gcr.io/$PROJECT_ID/geth:$BRANCH_NAME', '-t', 'us.gcr.io/$PROJECT_ID/geth:$COMMIT_SHA', '.' ]
args: [ 'build', '-t', 'us.gcr.io/$PROJECT_ID/geth:$COMMIT_SHA', '.' ]
waitFor: ["-"]
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/geth-all:$COMMIT_SHA', '-f', 'Dockerfile.alltools', '.' ]
waitFor: ["-"]
images:
- 'us.gcr.io/$PROJECT_ID/geth:$COMMIT_SHA'
- 'us.gcr.io/$PROJECT_ID/geth:$BRANCH_NAME'
- 'gcr.io/$PROJECT_ID/geth-all:$COMMIT_SHA'
timeout: 2700s

0 comments on commit 9575a01

Please sign in to comment.