Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit dc348ad

Browse files
sathyanaraysavi-08
authored andcommitted
Fix docker cache invalidation due to missing build argument (#4462)
Signed-off-by: Sathyanarayanan Saravanamuthu <[email protected]>
1 parent 444fbdd commit dc348ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tooling.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ vet:
164164
# Run tests
165165
test: fmt vet
166166
$(DOCKER) build . -f Dockerfile --target test --build-arg COMPONENT=$(COMPONENT) --build-arg GOPROXY_ARG=$(GOPROXY)
167-
@$(DOCKER) build . -f Dockerfile --target unit-test-coverage --build-arg COMPONENT=$(COMPONENT) --output build/$(COMPONENT)/coverage
167+
@$(DOCKER) build . -f Dockerfile --target unit-test-coverage --build-arg COMPONENT=$(COMPONENT) --build-arg GOPROXY_ARG=$(GOPROXY) --output build/$(COMPONENT)/coverage
168168

169169
.PHONY: binary-build
170170
# Build the binary

0 commit comments

Comments
 (0)