We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240fc37 commit cd5f236Copy full SHA for cd5f236
.github/workflows/docker-images.yml
@@ -74,12 +74,6 @@ jobs:
74
rm -rf node_modules
75
cd ../../
76
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
-
83
# Build and push Docker image with Buildx (don't push on PR)
84
# https://github.com/docker/build-push-action
85
- name: Build and push LLMStack API Docker image
0 commit comments