github_packages: add mediaType comment.
This commit is contained in:
parent
490ffb70de
commit
725f2828b4
@ -290,6 +290,7 @@ 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",
|
mediaType: "application/vnd.docker.distribution.manifest.list.v2+json",
|
||||||
schemaVersion: 2,
|
schemaVersion: 2,
|
||||||
manifests: manifests,
|
manifests: manifests,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user