Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 58e773c

Browse files
authored
Merge pull request #680 from zappy-shu/set-docker-make-build-args
Set build arg values in docker.Makefile
2 parents 6a9e04b + a4c63e5 commit 58e773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ E2E_CROSS_CTNR_NAME := $(BIN_NAME)-e2e-cross-$(TAG)
1414
COV_CTNR_NAME := $(BIN_NAME)-cov-$(TAG)
1515
SCHEMAS_CTNR_NAME := $(BIN_NAME)-schemas-$(TAG)
1616

17-
BUILD_ARGS=--build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY
17+
BUILD_ARGS=--build-arg EXPERIMENTAL=$(EXPERIMENTAL) --build-arg TAG=$(TAG) --build-arg COMMIT=$(COMMIT) --build-arg ALPINE_VERSION=$(ALPINE_VERSION) --build-arg GOPROXY=$(GOPROXY)
1818

1919
PKG_PATH := /go/src/$(PKG_NAME)
2020

0 commit comments

Comments
 (0)