write_image_index: Remove Docker mediaType
Remove `mediaType: "application/vnd.docker.distribution.manifest.list.v2+json"` previously needed for correct multi-arch display in GitHub Packages UI.
This commit is contained in:
parent
bb401aa397
commit
07639e8ceb
@ -340,8 +340,6 @@ class GitHubPackages
|
|||||||
|
|
||||||
def write_image_index(manifests, blobs, annotations)
|
def write_image_index(manifests, blobs, annotations)
|
||||||
image_index = {
|
image_index = {
|
||||||
# Currently needed for correct multi-arch display in GitHub Packages UI
|
|
||||||
mediaType: "application/vnd.docker.distribution.manifest.list.v2+json",
|
|
||||||
schemaVersion: 2,
|
schemaVersion: 2,
|
||||||
manifests: manifests,
|
manifests: manifests,
|
||||||
annotations: annotations,
|
annotations: annotations,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user