Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Plabick committed Aug 5, 2021
1 parent 8ddd7aa commit f3a23b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f3a23b2

Please sign in to comment.