Skip to content

Commit 8b1a36a

Browse files
committed
dasd
1 parent f59be2b commit 8b1a36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mergeimages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def mergeimage(image: str, tag: str, digest: str) -> bool:
243243
)
244244
continue
245245
if attestManifest.isIndex():
246-
for manifestRef in attestManifest["manifests"]:
246+
for manifestRef in attestManifest.manifest["manifests"]:
247247
# github will use empty string as platform, so we need to set it to unknown
248248
manifestRef["platform"] = {
249249
"architecture": "unknown",

0 commit comments

Comments
 (0)