1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

fix repo target in makefile

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit 2021-10-18 15:31:55 +02:00
parent 21432cc14e
commit 19f266deba

View file

@ -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"