Skip to content

Commit 8de8412

Browse files
authored
Merge pull request #2280 from ConnorJC3/fix-cloudbuild
Fix cloudbuild.sh target
2 parents 7b49c27 + a70b992 commit 8de8412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cloudbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ loudecho "Push manifest list containing amazon linux and windows based images to
4242
export IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver
4343
export TAG=$GIT_TAG
4444
export VERSION=$PULL_BASE_REF
45-
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make -j $(nproc) all-push-for-release
45+
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make -j $(nproc) all-push

0 commit comments

Comments
 (0)