Skip to content

Missing parameter in action.yml means custom-patterns option does not work #3

Description

@dsenalik

The custom-patterns parameter is missing here, so we can't use it in a github action:

docker-cleanup/action.yml

Lines 123 to 129 in 5475c9c

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions