raisedadead/DigitalOcean Registry Cleanup Action
Deletes tags from a DigitalOcean container registry based on age and count criteria
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_name | Name of the DigitalOcean container registry repository | yes | — |
| dry_run | If true, shows what would be deleted without making any changes | no | false |
| days | Delete tags older than these many days | no | 2 |
| bypass_safety | Bypass the safety check that prevents deletion when no recent images exist | no | false |
| keep_last | Number of most recent tags to keep, regardless of age | no | — |
Outputs
no outputs