Skip to content

Commit 8b7fbd4

Browse files
vivetiwavivetiwa
andauthored
ISSUE-44 Fix registry value in manifest.json (#48)
Co-authored-by: vivetiwa <[email protected]>
1 parent 9b85785 commit 8b7fbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ task copyDependencies(type: Copy) {
242242
"tag": "$connectProperties.version",
243243
"name": "experience-platform-streaming-connect",
244244
"namespace": "adobe",
245-
"registry": "ghcr.io"
245+
"registry": ["ghcr.io"]
246246
},
247247
"documentation_url": "$connectProperties.documentationUrl",
248248
"features": {

0 commit comments

Comments
 (0)