Skip to content

prune ghcr.io

prune ghcr.io #10

Workflow file for this run

name: prune ghcr.io
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
prune:
runs-on: ubuntu-latest
steps:
- name: Prune
uses: vlaurin/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: fhswf
container: openai-ui
dry-run: false
keep-last: 10
prune-untagged: true
prune-tags-regexes: |
^sha.*
keep-tags: |
latest