From 0c355d907a019f3a30f26d59e8b771a3427bc7f7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 2 Apr 2021 09:56:12 +0100 Subject: [PATCH] Revert "github_packages: update mediaType." --- Library/Homebrew/github_packages.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/github_packages.rb b/Library/Homebrew/github_packages.rb index 309efc6751..141161aedd 100644 --- a/Library/Homebrew/github_packages.rb +++ b/Library/Homebrew/github_packages.rb @@ -263,12 +263,12 @@ class GitHubPackages image_manifest = { schemaVersion: 2, config: { - mediaType: "application/vnd.homebrew.formula.config.v1+json", + mediaType: "application/vnd.oci.image.config.v1+json", digest: "sha256:#{config_json_sha256}", size: config_json_size, }, layers: [{ - mediaType: "application/vnd.homebrew.bottle.layer.v1.tar+gzip", + mediaType: "application/vnd.oci.image.layer.v1.tar+gzip", digest: "sha256:#{tar_gz_sha256}", size: File.size(local_file), annotations: {