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 8169dec commit e05435dCopy full SHA for e05435d
1 file changed
.github/workflows/docker.yml
@@ -65,6 +65,12 @@ jobs:
65
password: ${{ secrets.DOCKERHUB_TOKEN }}
66
- name: Set up QEMU
67
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
74
- name: Build and upload to DockerHub
75
run: |
76
if [ "${{ matrix.flavor }}" = "base" ]; then
0 commit comments