Remove tools cache in dockerize.yml workflow

This commit is contained in:
sabaimran 2024-09-29 00:27:37 -07:00
parent 936bc64b82
commit 63a2b5b3c4

View file

@ -52,6 +52,9 @@ jobs:
# Get all history to correctly infer Khoj version using hatch
fetch-depth: 0
- name: 🧹 Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2