Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed Aug 23, 2024
1 parent c16a15a commit 0fd10e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ This option deletes all untagged images from package repository. It is the same
as the default mode, however, this option can be combined with any of the other
options (except for the `keep-n-untagged`).

Note: untagged here means untagged images not untagged packages in GitHub. So
Note: Untagged here means untagged images not untagged packages (in GitHub). So
after running this option on repositories with multi-architecture images there
will be potentially still untagged packages showing in GitHub.
could still be untagged packages showing in GitHub.

```yaml
jobs:
Expand Down Expand Up @@ -241,7 +241,7 @@ The value of this option sets the number of untagged images to keep. Untagged
images are sorted by date and the most recent untagged images are kept. May be
combined with other delete options (except the `delete-untagged` option).

Note: untagged here means untagged images not untagged packages in GitHub.
Note: Untagged here means untagged images not untagged packages in GitHub.

```yaml
jobs:
Expand Down

0 comments on commit 0fd10e8

Please sign in to comment.