Skip to content

Prune images

Prune images #74

Workflow file for this run

name: Prune images
on:
workflow_run:
workflows: [Build and deploy]
types: [completed]
jobs:
prune:
runs-on: ubuntu-latest
steps:
- name: prune
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: silnrsi
container: langfontfinder
dry-run: false
keep-younger-than: 7
keep-last: 6
prune-tags-regexes: ^.*$
prune-untagged: true