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 4b50dd4 commit 51415d4Copy full SHA for 51415d4
.github/workflows/build.yml
@@ -10,4 +10,4 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Check Disk Usage
13
- run: bash .github/workflow-scripts/00-check-disk-usage.sh && docker images -a
+ run: bash .github/workflow-scripts/00-check-disk-usage.sh && docker image prune --all --force && bash .github/workflow-scripts/00-check-disk-usage.sh
0 commit comments