Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Scheduled container registry cleanup #137

Scheduled container registry cleanup

Scheduled container registry cleanup #137

name: Scheduled container registry cleanup
concurrency: ${{ github.workflow }}
on:
workflow_dispatch:
schedule:
- cron: 26 11 * * 1
jobs:
cleanup:
uses: ./.github/workflows/ghcr-cleanup.yml
with:
dry-run: false
secrets:
packages-api-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}