fix cloudbuild to include sha
This commit is contained in:
parent
b360ca91c3
commit
37302ebed4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue