We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4577310 + db8c7b1 commit 738edabCopy full SHA for 738edab
1 file changed
cloudbuild.yaml
@@ -6,7 +6,7 @@ steps:
6
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930'
7
entrypoint: make
8
env:
9
- - TAG=$PULL_BASE_REF
10
- - GIT_COMMIT=$PULL_BASE_SHA
+ - TAG=$_PULL_BASE_REF
+ - GIT_COMMIT=$_PULL_BASE_SHA
11
args:
12
- push
0 commit comments