Skip to content

Commit

Permalink
prune images from self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 authored Mar 7, 2024
1 parent a2f00e7 commit d2387e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ jobs:
repo: context.repo.repo,
body: "## Simulation results\n" + resultsTable
});
- name: Prune all images older than 30 days from self-hosted runner
run: docker image prune -a --force --filter "until=720h"

0 comments on commit d2387e5

Please sign in to comment.