From cfb05b5429f8c82d5c8f95d3aca3283fc70fd1a5 Mon Sep 17 00:00:00 2001 From: MichalHaluza <70633271+MichalHaluza@users.noreply.github.com> Date: Thu, 23 May 2024 06:50:45 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20release-?= =?UTF-8?q?engineering/pubtools-quay@28033ff20182914f66309f96e6ad925155f21?= =?UTF-8?q?db9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/pubtools/_quay/tag_docker.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_modules/pubtools/_quay/tag_docker.html b/_modules/pubtools/_quay/tag_docker.html index cf5cbf89..4d9f8541 100644 --- a/_modules/pubtools/_quay/tag_docker.html +++ b/_modules/pubtools/_quay/tag_docker.html @@ -302,7 +302,9 @@
manifest_type = manifest["mediaType"]
if manifest_type not in [TagDocker.MANIFEST_V2S2_TYPE, TagDocker.MANIFEST_LIST_TYPE]:
- raise BadPushItem("Image {0} has manifest type different than V2S2 or manifest list")
+ raise BadPushItem(
+ "Image {0} has manifest type different than V2S2 or manifest list".format(reference)
+ )
# Check arch if the image is V2S2 manifest
if manifest["mediaType"] == TagDocker.MANIFEST_V2S2_TYPE: