From 7228009f26d0ac5fdef19a25600e29e2610a74d6 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:58:17 +0800 Subject: [PATCH] fix: the variable HELM_REPO in makefile is incorrect (#249) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b167bd4..f08c21d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TOOLEXEC?=-toolexec="skywalking-go-agent" GOPROXY?=https://goproxy.cn,direct HELM_VERSION?=v0.0.2 APP_VERSION?=v0.0.13 -HELM_REPORT?=docker.io/linuxsuren +HELM_REPO?=docker.io/linuxsuren build: mkdir -p bin @@ -30,7 +30,7 @@ build-win-embed-ui: BINARY=atest.exe OS=windows make build-embed-ui goreleaser: goreleaser build --rm-dist --snapshot - make clean-embed-ui + make clean-embed-uif build-image: ${IMG_TOOL} build -t ghcr.io/linuxsuren/api-testing:master . \ --build-arg GOPROXY=${GOPROXY} \