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.
2 parents 5949102 + e89356f commit 1b0ad9dCopy full SHA for 1b0ad9d
.github/workflows/goreleaser.yml
@@ -46,6 +46,13 @@ jobs:
46
registry: ghcr.io
47
username: ${{ github.actor }}
48
password: ${{ secrets.GITHUB_TOKEN }}
49
+ - run: df -h
50
+ - name: cleanup
51
+ run: |
52
+ sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
53
+ sudo docker image prune --all --force
54
+ sudo docker builder prune -a
55
56
- name: install cosign
57
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
58
- name: install quill
0 commit comments