Skip to content

Commit

Permalink
Add a cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Dec 18, 2024
1 parent dc66a2e commit 8a337b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
fetch-depth: 1

- name: Cache Prune
run: |
docker system prune -f
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 8a337b1

Please sign in to comment.