Skip to content

Commit

Permalink
Merge pull request #810 from aquarist-labs/debug/workflows
Browse files Browse the repository at this point in the history
gc: don't user prune volumes with a filter
  • Loading branch information
m-ildefons authored Nov 20, 2023
2 parents 031796e + f1e007d commit 27cd70b
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 27cd70b

Please sign in to comment.