We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b424 commit c984b87Copy full SHA for c984b87
1 file changed
Makefile
@@ -168,7 +168,8 @@ run: manifests generate fmt vet ## Run a controller from your host.
168
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
169
.PHONY: docker-build
170
docker-build: ## Build docker image with the manager.
171
- $(CONTAINER_TOOL) build -t ${IMG} .
+ $(CONTAINER_TOOL) build --secret id=GIT_AUTH_TOKEN -t ${IMG} .
172
+
173
174
.PHONY: docker-push
175
docker-push: ## Push docker image with the manager.
0 commit comments