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 5e87f04 commit 6a5afdbCopy full SHA for 6a5afdb
.github/workflows/docker-publish.yml
@@ -62,8 +62,10 @@ jobs:
62
registry: ghcr.io
63
username: ${{ github.actor }}
64
password: ${{ secrets.GITHUB_TOKEN }}
65
- - name: Check Disk Space
66
- run: du -h --max-depth=1 /
+ - name: Check Disk Space 0
+ run: du -h --max-depth=1 /usr
67
+ - name: Check Disk Space 1
68
+ run: du -h --max-depth=1 /opt
69
- name: Build and push
70
uses: docker/build-push-action@v6
71
with:
0 commit comments