Skip to content

Commit cbb8b57

Browse files
authored
update Makefile (#176)
Signed-off-by: Dmitry Shmulevich <[email protected]>
1 parent cf73780 commit cbb8b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ TARGETS := topograph node-observer node-data-broker-initc
2121
CMD_DIR := ./cmd
2222
OUTPUT_DIR := ./bin
2323

24-
IMAGE_REPO ?=docker.io/nvidia/topograph
25-
GIT_REF =$(shell git rev-parse --abbrev-ref HEAD)
24+
IMAGE_REPO ?=ghcr.io/nvidia/topograph
25+
GIT_REF ?=$(shell git rev-parse --abbrev-ref HEAD)
2626
IMAGE_TAG ?=$(GIT_REF)
2727

2828
.PHONY: build

0 commit comments

Comments
 (0)