Skip to content

gh-untag-prune

gh-untag-prune #12

Workflow file for this run

name: gh-untag-prune
on:
workflow_run:
workflows: ["builder-ci"]
types:
- completed
jobs:
prune:
runs-on: ubuntu-latest
steps:
- name: Prune GH Untagged Images
uses: vlaurin/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
container: rutorrent
dry-run: false
keep-younger-than: 0
keep-last: 0
prune-untagged: true