Skip to content

Commit

Permalink
Fix cloudbuild.sh target
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Jan 6, 2025
1 parent 7b49c27 commit a70b992
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 a70b992

Please sign in to comment.