From f3a23b2fbb20e884edd9fa9f3975c384caf99344 Mon Sep 17 00:00:00 2001 From: Peter Labick Date: Thu, 5 Aug 2021 13:56:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2cc541..7e13bd5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ An action to purge containers from the Azure Container Registry using the [ACR p | days-to-keep | Do not purge any containers younger than this | `false` | 7 | | keep | Save this many containers from being purged that otherwise meet all other purge rules | `false` | 10 | | dry-run | Run a dry-run of the purge. Output is the same as during a real purge but nothing is deleted | `false` | `false` | +| delete-untagged | Specifies that manifests that don't have associated tags (untagged manifests) are deleted. | `false` | `false` | ## Example Usage @@ -51,6 +52,7 @@ jobs: tag-regex: ${{ env.regex-feature }} days-to-keep: ${{ env.days-to-keep-feature }} keep: ${{ env.keep-feature }} + delete-untagged: True - name: Purge Master Containers uses: Plabick/ACR-Container-Purge-Action@master