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"