Skip to content

Update container image cleanup GitHub actions #5

Update container image cleanup GitHub actions

Update container image cleanup GitHub actions #5

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