mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Fixed typo
This commit is contained in:
parent
454a427806
commit
67dfc5b35c
@ -906,7 +906,7 @@ For example, you have following tags, listed according to their push time, and a
|
||||
|
||||
You configure a retention policy to retain the two latest tags that match `harbor-*`, so that `harbor-rc` and `harbor-latest` are deleted. However, since all tags refer to the same SHA digest, this policy would also delete the tags `harbor-1.8` and `harbor-release`, so all tags are retained.
|
||||
|
||||
### Combining Rules on a Respository
|
||||
### Combining Rules on a Repository
|
||||
|
||||
You can define up to 15 rules per project. You can apply multiple rules to a repository or set of repositories. When you apply multiple rules to a repository, they are applied with `OR` logic rather than with `AND` logic. In this way, there is no prioritization of application of the rules on a given repository. Rules run concurrently in the background, and the resulting sets from each rule are combined at the end of the run.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user