Skip to content

Commit

Permalink
Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mugdha-adhav committed Jan 3, 2024
1 parent f6d87f7 commit eab0739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BUILDER=$(docker buildx ls | grep ci-builderx || true)
--bootstrap \
--driver-opt image=moby/buildkit:master,network=host
docker buildx use ci-builderx
docker buildx build -t ${IMG} -o "type=oci,dest=csi-image.tar" .
docker buildx build -t ${IMG} --no-cache -o "type=oci,dest=csi-image.tar" .
kind load image-archive csi-image.tar -n kind-${GITHUB_RUN_ID}
docker buildx build --target install-util -o "type=local,dest=_output/" .
set +e
set +e

0 comments on commit eab0739

Please sign in to comment.