Skip to content

Commit b08ed22

Browse files
authored
Merge pull request #102 from Kuadrant/fix/make-docker-build
fix: make docker-build
2 parents 5d6225b + f52d274 commit b08ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
130130
go run -ldflags "-X main.version=$(VERSION)" ./main.go
131131

132132
docker-build: ## Build docker image with the manager.
133-
docker build --build-args version=$(VERSION) -t $(OPERATOR_IMAGE) .
133+
docker build --build-arg version=$(VERSION) -t $(OPERATOR_IMAGE) .
134134

135135
docker-push: ## Push docker image with the manager.
136136
docker push ${OPERATOR_IMAGE}

0 commit comments

Comments
 (0)