rename make target

pull/6151/head
Medya Gh 2020-01-07 14:19:44 -08:00
parent 4013158328
commit 9a204b88c0
1 changed files with 2 additions and 2 deletions

View File

@ -592,8 +592,8 @@ out/performance-monitor:
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/monitor/monitor.go
.PHONY: build-kic-image
build-kic-image:
.PHONY: kic-image
kic-image: ## builds the image used for kic (kubernets in container) locally.
docker rmi -f medyagh/kicbase:v0.0.1-snapshot || true
docker build -f ./hack/kic.Dockerfile -t medyagh/kicbase:v0.0.1-snapshot --build-arg COMMIT_SHA=${VERSION}-$(COMMIT) .