fix: the variable HELM_REPO in makefile is incorrect (#249)

This commit is contained in:
Rick 2023-10-25 16:58:17 +08:00 committed by GitHub
parent 2a4ce17869
commit 7228009f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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} \