We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d6225b + f52d274 commit b08ed22Copy full SHA for b08ed22
Makefile
@@ -130,7 +130,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
130
go run -ldflags "-X main.version=$(VERSION)" ./main.go
131
132
docker-build: ## Build docker image with the manager.
133
- docker build --build-args version=$(VERSION) -t $(OPERATOR_IMAGE) .
+ docker build --build-arg version=$(VERSION) -t $(OPERATOR_IMAGE) .
134
135
docker-push: ## Push docker image with the manager.
136
docker push ${OPERATOR_IMAGE}
0 commit comments