Skip to content

Commit ee0796c

Browse files
authored
Add ociArtifact as supported artefact type (#611)
Signed-off-by: Torsten Dangel <[email protected]>
1 parent 7ff7b7c commit ee0796c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odg/extensions_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def is_supported(
616616
ocm.AccessType.S3,
617617
)
618618
supported_artefact_types_by_access_type = {
619-
ocm.AccessType.OCI_REGISTRY: (ocm.ArtefactType.OCI_IMAGE,),
619+
ocm.AccessType.OCI_REGISTRY: ('ociImage','ociArtifact'),
620620
ocm.AccessType.S3: ('application/tar', 'application/x-tar'),
621621
}
622622

0 commit comments

Comments
 (0)