Skip to content

Commit 19e99bb

Browse files
authored
fix(specs): change github container registry name (#1641)
1 parent 1d717ea commit 19e99bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ SourceDocker:
262262

263263
DockerRegistry:
264264
type: string
265-
enum: ['dockerhub', 'gcr']
265+
enum: ['dockerhub', 'ghcr']
266266
description: The registry where the image is stored.
267267

268268
DockerImageType:

0 commit comments

Comments
 (0)