Skip to content

Commit

Permalink
fix: the variable HELM_REPO in makefile is incorrect (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Oct 25, 2023
1 parent 2a4ce17 commit 7228009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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} \
Expand Down

0 comments on commit 7228009

Please sign in to comment.