Skip to content

Commit

Permalink
Merge pull request #1426 from ConnorJC3/fix-version-gcr
Browse files Browse the repository at this point in the history
Add version information from tag to GCR build
  • Loading branch information
k8s-ci-robot authored Oct 12, 2022
2 parents bf6a5c4 + 495f97b commit 1c01cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
loudecho "Push manifest list containing amazon linux and windows based images to GCR"
export REGISTRY=$REGISTRY_NAME
export TAG=$GIT_TAG
export VERSION=$GIT_TAG
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make all-push

0 comments on commit 1c01cde

Please sign in to comment.