Skip to content

Commit

Permalink
add defaults column
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed May 16, 2024
1 parent fd8e884 commit 36c606f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ ensure it's permissions have been setup correctly, either by:
### Action Options
| Option | Required | Description |
| --------------- | :------: | ------------------------------------------------------------------------------ |
| token | yes | Token used to connect with ghcr.io and the package API |
| tags | no | Comma separated list of tags to delete (supports wildcard syntax) |
| exclude-tags | no | Comma separated list of tags to exclude (supports wildcard syntax) |
| keep-n-untagged | no | Number of untagged images to keep, sorted by date |
| keep-n-tagged | no | Number of tagged images to keep, sorted by date |
| dry-run | no | Simulate cleanup action, does not make changes (true/false, defaults to false) |
| validate | no | Validate all multi architecture images in the registry after cleanup |
| owner | no | The repository owner, can be organization or user type |
| name | no | The repo/package name |
| Option | Required | Defaults | Description |
| --------------- | :------: | ---------------- | -------------------------------------------------------------------- |
| token | yes | | Token used to connect with ghcr.io and the package API |
| tags | no | | Comma separated list of tags to delete (supports wildcard syntax) |
| exclude-tags | no | | Comma separated list of tags to exclude (supports wildcard syntax) |
| keep-n-untagged | no | | Number of untagged images to keep, sorted by date |
| keep-n-tagged | no | | Number of tagged images to keep, sorted by date |
| dry-run | no | false | Simulate cleanup action, does not make changes (true/false) |
| validate | no | false | Validate all multi architecture images in the registry after cleanup |
| owner | no | project owner | The repository owner, can be organization or user type |
| name | no | respository name | The package name |
If the tags, keep_n_untagged or keep_n_tagged options are not set then all
untagged images will be deleted.
Expand Down

0 comments on commit 36c606f

Please sign in to comment.