pcasteran/GitHub container registry cleaning
Clean a GitHub Container registry by removing all unnecessary objects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | The URL of the container registry | no | ghcr.io |
| user | The container registry user | no | ${{ github.repository_owner }} |
| password | The container registry user password or access token | yes | — |
| package | The name of the package to clean | yes | — |
| repository | The GitHub repository (format owner/repository) in which to check the pull requests statuses | no | ${{ github.repository }} |
| pr-tag-regex | The regular expression used to match the pull request tags, must include one capture group for the PR id | no | ^pr-(\d+).* |
| dry-run | If true, compute everything but do no perform the deletion | no | false |
| debug | Enable the debug logs | no | false |
Outputs
no outputs