This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
rebble-asr/cloudbuild.yaml
2021-06-06 12:50:09 -07:00

9 lines
196 B
YAML

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