Skip to content

Commit 51415d4

Browse files
committed
Update ci
1 parent 4b50dd4 commit 51415d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Check Disk Usage
13-
run: bash .github/workflow-scripts/00-check-disk-usage.sh && docker images -a
13+
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

Comments
 (0)