mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Remove tools cache in dockerize.yml workflow
This commit is contained in:
parent
936bc64b82
commit
63a2b5b3c4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dockerize.yml
vendored
3
.github/workflows/dockerize.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue