Skip to content

Commit

Permalink
Merge branch 'master' into support-untagging-oci
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz authored May 23, 2024
2 parents 368ac92 + 28033ff commit 6d0cc62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pubtools/_quay/tag_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ def get_image_details(self, reference: str, executor: Executor) -> Optional[Imag
TagDocker.MANIFEST_OCI_V2S2_TYPE,
TagDocker.MANIFEST_OCI_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"] in (
Expand Down

0 comments on commit 6d0cc62

Please sign in to comment.