Skip to content

Prune untagged container images #9

Prune untagged container images

Prune untagged container images #9

---
name: Prune untagged container images
"on":
schedule:
- cron: "17 8 * * 1-5"
workflow_dispatch: {}
jobs:
prune:
runs-on: ubuntu-latest
steps:
- uses: dataaxiom/ghcr-cleanup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
package: ${{ github.event.repository.name }}/gitlab
validate: true