Skip to content

Commit 6a5afdb

Browse files
committed
update WF
1 parent 5e87f04 commit 6a5afdb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ jobs:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}
6464
password: ${{ secrets.GITHUB_TOKEN }}
65-
- name: Check Disk Space
66-
run: du -h --max-depth=1 /
65+
- name: Check Disk Space 0
66+
run: du -h --max-depth=1 /usr
67+
- name: Check Disk Space 1
68+
run: du -h --max-depth=1 /opt
6769
- name: Build and push
6870
uses: docker/build-push-action@v6
6971
with:

0 commit comments

Comments
 (0)