Skip to content

Prune container images #1042

Prune container images

Prune container images #1042

name: "Prune container images"
on:
workflow_dispatch:
schedule:
- cron: "12 14 * * *"
permissions:
contents: read
packages: write
jobs:
prune-container-images:
if: ${{ github.repository_owner == 'Sofie-Automation' }}
uses: Sofie-Automation/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
strategy:
max-parallel: 1
matrix:
repo: [server-core, playout-gateway, mos-gateway]
with:
dry-run: false
prune-untagged: true
package-name: sofie-core-${{ matrix.repo }}
secrets:
prune-token: ${{ secrets.GHCR_PRUNE_TOKEN }}