Skip to content

Commit

Permalink
Add build environment variables for proxy access
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenf committed Sep 13, 2023
1 parent 7a7f384 commit 0f0264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/provider-azuread/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 0f0264d

Please sign in to comment.