We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b089adc commit 6ab9bf2Copy full SHA for 6ab9bf2
cloudbuild.yaml
@@ -0,0 +1,18 @@
1
+# See https://cloud.google.com/cloud-build/docs/build-config
2
+timeout: 3000s
3
+options:
4
+ substitution_option: ALLOW_LOOSE
5
+steps:
6
+ - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930'
7
+ entrypoint: make
8
+ env:
9
+ - DOCKER_CLI_EXPERIMENTAL=enabled
10
+ - TAG=$_GIT_TAG
11
+ - PULL_BASE_REF=$_PULL_BASE_REF
12
+ args:
13
+ - release-staging
14
+substitutions:
15
+ # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
16
+ # can be used as a substitution
17
+ _GIT_TAG: '12345'
18
+ _PULL_BASE_REF: 'dev'
0 commit comments