You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add workflow to cleanup untagged container packages
Add automated cleanup workflow that runs weekly to remove untagged
container versions from GitHub Container Registry. This helps manage
storage usage and prevents accumulation of intermediate build artifacts
from the build-container.yml and build-ohpc-lint-container.yml workflows.
The workflow includes:
- Weekly scheduled cleanup on Sundays at 2 AM UTC
- Manual trigger with optional dry-run mode for testing
- Cleanup of both main repository and ohpc-lint container images
- Configurable retention policies to keep recent versions
Signed-off-by: Adrian Reber <[email protected]>
0 commit comments