feat(sync): add tag excludeRegex filter (#2906)

Fix #2902

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2025-01-26 19:29:02 +01:00
committed by GitHub
parent d0de12d2d3
commit 22864a95c8
5 changed files with 80 additions and 2 deletions
+6
View File
@@ -41,6 +41,12 @@
},
{
"prefix": "/repo3/**"
},
{
"prefix": "/repo4/**",
"tags": {
"excludeRegex": ".*-(amd64|arm64)$"
}
}
]
},