Skip to content

Commit 46a83bc

Browse files
authored
Merge pull request #217 from romainx/feat-repo-oci
Add OCI package support
2 parents 854ca31 + 688ec3e commit 46a83bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyartifactory/models/repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class PackageTypeEnum(str, Enum):
3636
maven = "maven"
3737
npm = "npm"
3838
nuget = "nuget"
39+
oci = "oci"
3940
opkg = "opkg"
4041
p2 = "p2"
4142
pub = "pub"

0 commit comments

Comments
 (0)