diff --git a/Makefile b/Makefile index 35ba03c4..767fec55 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO ?= go BUILD ?= build -REPO ?= fjogeleit/policy-reporter +REPO ?= ghcr.io/kyverno/policy-reporter IMAGE_TAG ?= 1.10.1 LD_FLAGS="-s -w"