Skip to content

Commit aafa980

Browse files
committed
Add owner name to dockerhub endpoints
Signed-off-by: Bammeke Michael <[email protected]>
1 parent 0c43db3 commit aafa980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sources/cmd/syncdatasources/syncdatasources.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ func postprocessFixture(igctx context.Context, igc []*github.Client, ctx *lib.Ct
838838
fixture.DataSources[i].Endpoints = append(
839839
fixture.DataSources[i].Endpoints,
840840
lib.Endpoint{
841-
Name: repo,
841+
Name: fmt.Sprintf("%s %s", dockerhubOwner, repo),
842842
Project: prj,
843843
ProjectP2O: p2o,
844844
ProjectNoOrigin: pno,

0 commit comments

Comments
 (0)