Skip to content

Commit

Permalink
gc: don't user prune volumes with a filter
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Röhrich <[email protected]>
  • Loading branch information
m-ildefons committed Nov 20, 2023
1 parent d4eaaff commit f1e007d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Docker Prune
run: |
docker builder prune --force
docker system prune -a --volumes --filter "until=24h" --force
docker system prune -a --volumes --force
dockergc2:
runs-on: self-hosted
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Docker Prune
run: |
docker builder prune --force
docker system prune -a --volumes --filter "until=24h" --force
docker system prune -a --volumes --force
dockergc3:
runs-on: self-hosted
Expand All @@ -70,4 +70,4 @@ jobs:
- name: Docker Prune
run: |
docker builder prune --force
docker system prune -a --volumes --filter "until=24h" --force
docker system prune -a --volumes --force

0 comments on commit f1e007d

Please sign in to comment.