From c071ad9f52df869e46c02e8051e397662ae7dc26 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Mon, 16 Dec 2024 20:36:03 +0800 Subject: [PATCH] Let oras choose distribution spec --- hack/build-and-push.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/build-and-push.sh b/hack/build-and-push.sh index 8ab12334ec..a3086d6112 100755 --- a/hack/build-and-push.sh +++ b/hack/build-and-push.sh @@ -422,7 +422,6 @@ attach_migration_file() { retry oras attach \ --registry-config "$AUTH_JSON" \ --artifact-type "$ARTIFACT_TYPE_TEXT_XSHELLSCRIPT" \ - --distribution-spec v1.1-referrers-api \ --annotation "$ANNOTATION_TASK_MIGRATION=true" \ "$task_bundle" "${migration_file##*/}" )