fix: implement GHCR and Docker Hub prune scripts with summary reporting

This commit is contained in:
GitHub Actions
2026-02-26 03:30:02 +00:00
parent 1913e9d739
commit ac720f95df
4 changed files with 367 additions and 213 deletions

View File

@@ -159,7 +159,8 @@ A new scheduled workflow and helper script were added to safely prune old contai
- **Files added**:
- `.github/workflows/container-prune.yml` (weekly schedule, manual dispatch)
- `scripts/prune-container-images.sh` (dry-run by default; supports GHCR and Docker Hub)
- `scripts/prune-ghcr.sh` (GHCR cleanup)
- `scripts/prune-dockerhub.sh` (Docker Hub cleanup)
- **Behavior**:
- Default: **dry-run=true** (no destructive changes).