Skip to content

Commit

Permalink
Merge pull request #1017 from wongma7/gcrprowfix
Browse files Browse the repository at this point in the history
Fix gcr prow build failing because of IMAGE variable collision
  • Loading branch information
k8s-ci-robot authored Aug 10, 2021
2 parents 0335907 + 1713c88 commit e7267f4
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,4 +41,4 @@ 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
make all-push
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make all-push

0 comments on commit e7267f4

Please sign in to comment.