Skip to content

Commit

Permalink
Merge pull request #809 from aquarist-labs/debug/workflows
Browse files Browse the repository at this point in the history
force docker GC
  • Loading branch information
m-ildefons authored Nov 20, 2023
2 parents 6521f72 + d4eaaff commit 031796e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Docker Prune
run: |
docker builder prune
docker system prune -a --volumes --filter "until=24h"
docker builder prune --force
docker system prune -a --volumes --filter "until=24h" --force
dockergc2:
runs-on: self-hosted
Expand All @@ -48,8 +48,8 @@ jobs:

- name: Docker Prune
run: |
docker builder prune
docker system prune -a --volumes --filter "until=24h"
docker builder prune --force
docker system prune -a --volumes --filter "until=24h" --force
dockergc3:
runs-on: self-hosted
Expand All @@ -69,5 +69,5 @@ jobs:

- name: Docker Prune
run: |
docker builder prune
docker system prune -a --volumes --filter "until=24h"
docker builder prune --force
docker system prune -a --volumes --filter "until=24h" --force

0 comments on commit 031796e

Please sign in to comment.