annuletconsulting/Cleanup Untagged Docker Images
Deletes untagged Docker images from the GitHub Container Registry for a given repository and owner (org or user).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 1, 2025
- License
- Public domain
Pinned Snippet
uses: annuletconsulting/action-cleanup-docker-packages@e0a65cf9c14bf0211412e9a7634bddf5236789fc # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with packages:write access | no | ${{ github.token }} |
| owner | Organization or username that owns the repository | no | ${{ github.repository_owner }} |
| repo | Repository name | no | ${{ github.event.repository.name }} |
| personal | Set to true for user-owned (personal) repositories, false for org-owned | no | false |
Outputs
no outputs