Skip to content

Commit

Permalink
support --build-arg from environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Tang <[email protected]>
(cherry picked from commit a8c13f0)
  • Loading branch information
jastang authored and github-actions[bot] committed Oct 23, 2024
1 parent d915ec7 commit 445ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/provider-kubernetes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include ../../../build/makelib/imagelight.mk

img.build:
@$(INFO) docker build $(IMAGE)
@$(MAKE) BUILD_ARGS="--load" img.build.shared
@$(MAKE) BUILD_ARGS="--load $(BUILD_ARGS)" img.build.shared
@$(OK) docker build $(IMAGE)

img.publish:
Expand Down

0 comments on commit 445ed4f

Please sign in to comment.