Skip to content

Commit cd5f236

Browse files
committed
Remove cleanup from image build
1 parent 240fc37 commit cd5f236

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker-images.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
rm -rf node_modules
7575
cd ../../
7676
77-
# Cleanup
78-
- name: Delete huge unnecessary tools folder
79-
run: |
80-
cd /opt
81-
find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';' || true
82-
8377
# Build and push Docker image with Buildx (don't push on PR)
8478
# https://github.com/docker/build-push-action
8579
- name: Build and push LLMStack API Docker image

0 commit comments

Comments
 (0)