mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
feat(sync): add tag excludeRegex filter (#2906)
Fix #2902 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
@@ -41,6 +41,12 @@
|
||||
},
|
||||
{
|
||||
"prefix": "/repo3/**"
|
||||
},
|
||||
{
|
||||
"prefix": "/repo4/**",
|
||||
"tags": {
|
||||
"excludeRegex": ".*-(amd64|arm64)$"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user