infra: Move cloudbuild under .github directory.

Reduce clutter at top level.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-01-09 09:42:54 -08:00
parent 9c51d2f16f
commit 8415f94813
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ steps:
- 'BUILD_TYPE=${_BUILD_TYPE}'
- '-t'
- '${_GCR_ZONE}/$PROJECT_ID/${_IMAGE_NAME}:${SHORT_SHA}'
- '-f'
- '.github/cloudbuild/Dockerfile'
- '.'
options:
disk_size_gb: 1000