Skip to content

Commit e05435d

Browse files
committed
Free up some space on GitHub runner
1 parent 8169dec commit e05435d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
password: ${{ secrets.DOCKERHUB_TOKEN }}
6666
- name: Set up QEMU
6767
uses: docker/setup-qemu-action@v3
68+
- name: Free up some space
69+
run: |
70+
df -h /
71+
du -hs /usr/share/dotnet
72+
rm -rf /usr/share/dotnet
73+
df -h /
6874
- name: Build and upload to DockerHub
6975
run: |
7076
if [ "${{ matrix.flavor }}" = "base" ]; then

0 commit comments

Comments
 (0)