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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 1, 2025
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: annuletconsulting/action-cleanup-docker-packages@e0a65cf9c14bf0211412e9a7634bddf5236789fc # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenGitHub token with packages:write accessno${{ github.token }}
ownerOrganization or username that owns the repositoryno${{ github.repository_owner }}
repoRepository nameno${{ github.event.repository.name }}
personalSet to true for user-owned (personal) repositories, false for org-ownednofalse

no outputs