File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ dockers:
4141 build_flag_templates :
4242 - " --pull"
4343 image_templates :
44- - " ghcr.io/sunjaybhatia /{{ .ProjectName }}:latest"
45- - " ghcr.io/sunjaybhatia /{{ .ProjectName }}:{{ .Tag }}"
44+ - " ghcr.io/projectcontour /{{ .ProjectName }}:latest"
45+ - " ghcr.io/projectcontour /{{ .ProjectName }}:{{ .Tag }}"
Original file line number Diff line number Diff line change 1- module github.com/sunjayBhatia /yages
1+ module github.com/projectcontour /yages
22
33go 1.17
44
Original file line number Diff line number Diff line change 66 "net"
77 "os"
88
9- "github.com/sunjayBhatia /yages/yages"
9+ "github.com/projectcontour /yages/yages"
1010 "google.golang.org/grpc"
1111 "google.golang.org/grpc/health/grpc_health_v1"
1212 "google.golang.org/grpc/reflection"
You can’t perform that action at this time.
0 commit comments