Skip to content

Commit e3995a4

Browse files
authored
Merge pull request #79 from nojnhuh/cloudbuild
use _GIT_TAG for staging repo image tag
2 parents 352927f + fd310e6 commit e3995a4

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)