2020-06-02 18:59:11 +00:00
|
|
|
# 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'
|
2020-06-02 18:59:11 +00:00
|
|
|
args: ['build', '--tag=us.gcr.io/$PROJECT_ID/pprofweb:$SHORT_SHA', '.']
|
2020-01-11 20:18:50 +00:00
|
|
|
images:
|
2020-06-02 18:59:11 +00:00
|
|
|
- 'us.gcr.io/$PROJECT_ID/pprofweb:$SHORT_SHA'
|