Skip to content

Commit

Permalink
Clean all images already present on the host on rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 13, 2022
1 parent 52dec08 commit 31c346a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- '3.26'

steps:
- run: docker system prune --all --volumes --force

- uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit 31c346a

Please sign in to comment.