Skip to content

Commit

Permalink
Merge pull request #201 from una-auxme/main
Browse files Browse the repository at this point in the history
prune images from self-hosted runner
  • Loading branch information
ll7 committed Mar 7, 2024
2 parents fd12cbc + d2387e5 commit 494a619
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 494a619

Please sign in to comment.