Skip to content

Prune container images #263

Prune container images

Prune container images #263

name: "Prune container images"
on:
workflow_dispatch:
schedule:
- cron: "24 11 * * *"
jobs:
prune-container-images:
uses: nrkno/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
with:
dry-run: false
prune-untagged: true
package-name: sofie-prompter-editor
tags-to-keep-regex: |
^release(\d+)
^r(\d+)
develop
secrets:
prune-token: ${{ secrets.GHCR_PRUNE_TOKEN }}