Update not_sync.yaml

exclude windows
This commit is contained in:
Kay Yan 2021-09-27 23:19:04 +08:00 committed by GitHub
parent 6851499b87
commit dea1de93d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -16,4 +16,10 @@ not_sync:
- ".*[0-9a-f]{12,40}.*"
- image_pattern: docker.io/amazon/.*
tag_patterns:
- ".*[0-9a-f]{7,40}.*"
- ".*[0-9a-f]{7,40}.*"
- image_pattern: docker.io/.*python
tag_patterns:
- ".*windows.*"
- image_pattern: docker.io/.*golang
tag_patterns:
- ".*windows.*"