diff --git a/.github/workflows/reusable-ghcr-cleanup.yml b/.github/workflows/reusable-ghcr-cleanup.yml index d594520..b5860f5 100644 --- a/.github/workflows/reusable-ghcr-cleanup.yml +++ b/.github/workflows/reusable-ghcr-cleanup.yml @@ -29,7 +29,6 @@ jobs: #dry-run: ${{ inputs.dry_run }} use-regex: true exclude-tags: '^(v?(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?|main|latest)$' - delete-untagged: true older-than: 30 days keep-n-untagged: 10 dry-run: true