Skip to content

Commit 5461a8c

Browse files
committed
docker no space left on device
1 parent d61bcfc commit 5461a8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
59+
- name: Check Disk Space
60+
run: df -h
5961
- name: Build and push
6062
uses: docker/build-push-action@v6
6163
with:

0 commit comments

Comments
 (0)