oventskovich/DigitalOcean Container Registry Cleanup

A GitHub Action to delete image tags in DigitalOcean Container Registry and run Garbage Collection based on provided inputs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
reps_to_includeExtended Regular Expression (ERE) regex pattern of repositories to include (e.g., ^(repo1|repo2|repo3)$).no""
reps_to_excludeExtended Regular Expression (ERE) regex pattern of repositories to include (e.g., ^(repo4|repo5|repo6)$).no""
tags_to_skip_sizeNumber of most recent tags to skip.no10
tags_to_includeExtended Regular Expression (ERE) regex pattern of tags to include (e.g., ^(tag1|tag2|tag3)$).no""
tags_to_excludeExtended Regular Expression (ERE) regex pattern of tags to exclude (e.g., ^(tag4|tag5|tag6)$).no^latest$
perform_gcRun garbage collection (true/false).notrue

no outputs