Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-10 23:23:19 -07:00
committed by GitHub
parent 25cc8dbec8
commit 8d03cf1edc

View File

@@ -48,9 +48,7 @@ jobs:
-
name: Check disk space
run: |
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df . -h
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
-
name: Login to Docker Hub
uses: docker/login-action@v3.0.0