Skip to content

Commit

Permalink
Revert to grabbing tag from PULL_BASE_REF in prow.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Dec 16, 2022
1 parent 2dcdd3e commit 610a1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +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 describe --exact-match --tags 2> /dev/null || git rev-parse --short HEAD)
export VERSION=$PULL_BASE_REF
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make all-push

0 comments on commit 610a1b9

Please sign in to comment.