From dea1de93d85e9f9d5adddb9523725b68ce1f05e3 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Mon, 27 Sep 2021 23:19:04 +0800 Subject: [PATCH] Update not_sync.yaml exclude windows --- not_sync.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/not_sync.yaml b/not_sync.yaml index 1e5b454..fc825ef 100644 --- a/not_sync.yaml +++ b/not_sync.yaml @@ -16,4 +16,10 @@ not_sync: - ".*[0-9a-f]{12,40}.*" - image_pattern: docker.io/amazon/.* tag_patterns: - - ".*[0-9a-f]{7,40}.*" \ No newline at end of file + - ".*[0-9a-f]{7,40}.*" +- image_pattern: docker.io/.*python + tag_patterns: + - ".*windows.*" +- image_pattern: docker.io/.*golang + tag_patterns: + - ".*windows.*"