cirrusmd/github-action-clean-docker-packages
Cleans Docker packages store in GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gh-token | a token that has permissions to read and delete packages | yes | — |
| num-keep | the number of Docker packages to keep | yes | 300 |
| package-name | the package to clean in the GitHub repo | yes | — |
| package-type | the type of package to clean[container/docker] | yes | container |
| dry-run | bool, only print out what would be removed | yes | false |
Outputs
| name | description |
|---|---|
| packages-cleaned | The packages that were cleaned/removed |