mirror of
https://github.com/project-zot/zot.git
synced 2026-06-20 06:37:56 +08:00
feat(sync): add tag excludeRegex filter (#2906)
Fix #2902 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
@@ -43,6 +43,7 @@ type Content struct {
|
||||
}
|
||||
|
||||
type Tags struct {
|
||||
Regex *string
|
||||
Semver *bool
|
||||
Regex *string
|
||||
ExcludeRegex *string
|
||||
Semver *bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user