free space

This commit is contained in:
shamoon
2025-11-24 13:32:10 -08:00
parent 39bccfb929
commit 86192fb74c

View File

@@ -455,6 +455,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
- name: Maximize space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build and push
uses: docker/build-push-action@v6
with: