Skip to content

Commit 94478fb

Browse files
committed
Cleanup before building images
1 parent 1b54059 commit 94478fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
npm run build
7474
cd ../../
7575
76+
# Cleanup
77+
- name: Delete huge unnecessary tools folder
78+
run: rm -rf /opt/hostedtoolcache
79+
7680
# Build and push Docker image with Buildx (don't push on PR)
7781
# https://github.com/docker/build-push-action
7882
- name: Build and push LLMStack API Docker image

0 commit comments

Comments
 (0)