Skip to content

Commit

Permalink
Merge pull request #2280 from ConnorJC3/fix-cloudbuild
Browse files Browse the repository at this point in the history
Fix cloudbuild.sh target
  • Loading branch information
k8s-ci-robot authored Jan 6, 2025
2 parents 7b49c27 + a70b992 commit 8de8412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ loudecho "Push manifest list containing amazon linux and windows based images to
export IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver
export TAG=$GIT_TAG
export VERSION=$PULL_BASE_REF
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make -j $(nproc) all-push-for-release
IMAGE=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver make -j $(nproc) all-push

0 comments on commit 8de8412

Please sign in to comment.