Skip to content

Commit

Permalink
Move container building to a YAML file and specify a service account (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Dec 27, 2023
1 parent 0d0d92a commit 998c06e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ci/gcb-build-container.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# substitutions:
# _IMAGE_NAME: 'gcr.io/graphite-docker-images/bash-plus:latest'
# _DIRECTORY: '.ci/containers/bash-plus'

steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', '$_IMAGE_NAME', '.']
dir: '$_DIRECTORY'

images:
- '$_IMAGE_NAME'

logsBucket: 'gs://cloudbuild-container-builder-logs'

0 comments on commit 998c06e

Please sign in to comment.