The custom-patterns parameter is missing here, so we can't use it in a github action:
|
python ${{ github.action_path }}/scripts/dockerhub-cleanup.py \ |
|
--repositories $REPO_LIST \ |
|
--pr-retention "$PR_RETENTION" \ |
|
--sha-retention "$SHA_RETENTION" \ |
|
$DRY_RUN_FLAG \ |
|
$VERBOSE_FLAG \ |
|
--output-json > cleanup-results.json |
The
custom-patternsparameter is missing here, so we can't use it in a github action:docker-cleanup/action.yml
Lines 123 to 129 in 5475c9c