Skip to content

Commit

Permalink
prune docker build cache
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
  • Loading branch information
helenxie-bit committed Sep 21, 2024
1 parent ef8742c commit 1eb3ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-train-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Remove image
run: |
docker rmi ${{ env.STORAGE_INITIALIZER_CI_IMAGE}}
docker builder prune
docker builder prune --all --force
docker system df
df -h
env:
Expand Down

0 comments on commit 1eb3ef1

Please sign in to comment.