pprofweb/cloudbuild.yaml

8 lines
272 B
YAML
Raw Normal View History

# build with:
# gcloud builds submit . --substitutions=SHORT_SHA=$(git rev-parse --short=10 HEAD)
2020-01-11 20:18:50 +00:00
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '--tag=us.gcr.io/$PROJECT_ID/pprofweb:$SHORT_SHA', '.']
2020-01-11 20:18:50 +00:00
images:
- 'us.gcr.io/$PROJECT_ID/pprofweb:$SHORT_SHA'