actions-marketplace-validations/Delete Untagged
Deletes all untagged image versions from the GitHub Packages container registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 7, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/camargo_delete-untagged-action@0092392dc55f1ab61e2ff331a6734eb452b67205 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub token with the 'delete:packages' permission. | yes | — |
| package-name | Override the package name that contains the untagged versions you want to delete. | no | — |
| personal-account | Set to true if you are running this action against a personal account package. | no | false |
| repository | The owner and repository name. For example, 'Codertocat/Hello-World'. | no | ${{ github.repository }} |
Outputs
no outputs