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-weather/cloudbuild.yaml
2020-03-12 03:17:15 -04:00

15 lines
387 B
YAML

steps:
- name: 'busybox'
args:
- sh
- -c
- |
echo '{"git": {"revisionId": "$REVISION_ID", "url": "git@github.com:pebble-dev/rebble-weather.git"}}' > source-context.json
- name: 'gcr.io/cloud-builders/docker'
args:
- build
- "--tag=gcr.io/pebble-rebirth/weather:g$SHORT_SHA"
- "--file=./Dockerfile.cloudrun"
- .
images:
- "gcr.io/pebble-rebirth/weather:g$SHORT_SHA"