fix cloudbuild to include sha

This commit is contained in:
Katharine Berry 2021-06-06 12:50:09 -07:00
parent b360ca91c3
commit 37302ebed4

View file

@ -2,8 +2,8 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args:
- build
- "--tag=gcr.io/pebble-rebirth/asr"
- "--tag=gcr.io/pebble-rebirth/asr:g$SHORT_SHA"
- "--file=./Dockerfile"
- .
images:
- "gcr.io/pebble-rebirth/asr"
- "gcr.io/pebble-rebirth/asr:g$SHORT_SHA"