Skip to content

Commit

Permalink
Update cleanup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Dec 31, 2024
1 parent d1b31ad commit 818b2a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,20 @@ jobs:
repository: ${{ github.repository }}
retain_days: 90
keep_minimum_runs: 2

dockercleanup:
name: 'Pruning Untagged Images'
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: 'Older than 5 days'
uses: dataaxiom/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
delete-untagged: true
delete-ghost-images: true
delete-partial-images: true
older-than: '5 days'
package: solr
log-level: debug

0 comments on commit 818b2a4

Please sign in to comment.