From b33b15894162dda991c373495bf4c1bc500eaa6a Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Fri, 24 May 2024 09:39:49 -0400 Subject: [PATCH] Also sync skopeo --- build-scripts/hack/skopeo-config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-scripts/hack/skopeo-config.yaml b/build-scripts/hack/skopeo-config.yaml index 965313692..f26f64864 100644 --- a/build-scripts/hack/skopeo-config.yaml +++ b/build-scripts/hack/skopeo-config.yaml @@ -1,4 +1,7 @@ registry.k8s.io: images-by-semver: - pause: "= 3.7" - skopeo: ">= 1.15" + pause: ">= 3.7" + +quay.io: + images-by-semver: + skopeo/stable: ">= 1.15"