Skip to content

Commit c984b87

Browse files
committed
gha: potential fix for build step
Signed-off-by: Valentin Daviot <valentin.daviot@scality.com>
1 parent 589b424 commit c984b87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ run: manifests generate fmt vet ## Run a controller from your host.
168168
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
169169
.PHONY: docker-build
170170
docker-build: ## Build docker image with the manager.
171-
$(CONTAINER_TOOL) build -t ${IMG} .
171+
$(CONTAINER_TOOL) build --secret id=GIT_AUTH_TOKEN -t ${IMG} .
172+
172173

173174
.PHONY: docker-push
174175
docker-push: ## Push docker image with the manager.

0 commit comments

Comments
 (0)