Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Cleanup Old Images

Cleanup Old Images #98

---
name: Cleanup Old Images
on:
schedule:
- cron: "12 7 * * *" # 7:05 UTC everyday
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
jobs:
delete-older-than-90:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Delete Images Older Than 90 Days
uses: dataaxiom/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
older-than: 90 days
delete-orphaned-images: true