We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 352927f + fd310e6 commit e3995a4Copy full SHA for e3995a4
cloudbuild.yaml
@@ -7,7 +7,7 @@ steps:
7
entrypoint: bash
8
env:
9
- DRIVER_IMAGE_REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/dra-example-driver
10
- - DRIVER_IMAGE_TAG=$COMMIT_SHA
+ - DRIVER_IMAGE_TAG=$_GIT_TAG # _GIT_TAG is injected by Prow
11
args:
12
- -ec
13
- |
0 commit comments