We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf73780 commit cbb8b57Copy full SHA for cbb8b57
Makefile
@@ -21,8 +21,8 @@ TARGETS := topograph node-observer node-data-broker-initc
21
CMD_DIR := ./cmd
22
OUTPUT_DIR := ./bin
23
24
-IMAGE_REPO ?=docker.io/nvidia/topograph
25
-GIT_REF =$(shell git rev-parse --abbrev-ref HEAD)
+IMAGE_REPO ?=ghcr.io/nvidia/topograph
+GIT_REF ?=$(shell git rev-parse --abbrev-ref HEAD)
26
IMAGE_TAG ?=$(GIT_REF)
27
28
.PHONY: build
0 commit comments