Skip to content

Commit fd310e6

Browse files
committed
use _GIT_TAG for staging repo image tag
1 parent 352927f commit fd310e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
entrypoint: bash
88
env:
99
- DRIVER_IMAGE_REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/dra-example-driver
10-
- DRIVER_IMAGE_TAG=$COMMIT_SHA
10+
- DRIVER_IMAGE_TAG=$_GIT_TAG # _GIT_TAG is injected by Prow
1111
args:
1212
- -ec
1313
- |

0 commit comments

Comments
 (0)