Skip to content

Commit

Permalink
add cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skim1420 committed Sep 2, 2016
1 parent 73471ab commit 70390a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
steps:
- name: "gcr.io/cloud-builders/dockerizer"
args:
- "gcr.io/spinnaker-1022/mdservice:0.1"
images:
- "gcr.io/spinnaker-1022/mdservice:0.1"
options:
requestedVerifyOption: "VERIFIED"
sourceProvenanceHash:
- "SHA256"

0 comments on commit 70390a5

Please sign in to comment.