Skip to content

Commit

Permalink
add cloudbuild.yaml for addon-resizer
Browse files Browse the repository at this point in the history
  • Loading branch information
raywainman committed Dec 16, 2024
1 parent 2d15c84 commit 145ace4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions addon-resizer/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1200s
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future.
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest'
entrypoint: make
env:
- TAG=$_GIT_TAG
args:
- all-push
substitutions:
_GIT_TAG: '0.0.0' # default value, this is substituted at build time

0 comments on commit 145ace4

Please sign in to comment.