Skip to content

Commit

Permalink
Remove cleanup from image build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Jul 16, 2024
1 parent 240fc37 commit cd5f236
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
rm -rf node_modules
cd ../../
# Cleanup
- name: Delete huge unnecessary tools folder
run: |
cd /opt
find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';' || true
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push LLMStack API Docker image
Expand Down

0 comments on commit cd5f236

Please sign in to comment.