Skip to content

Commit

Permalink
Merge pull request #302 from crossplane-contrib/backport-296-to-relea…
Browse files Browse the repository at this point in the history
…se-0.15

[Backport release-0.15] Support --build-arg from environment variables
  • Loading branch information
turkenh authored Oct 24, 2024
2 parents d915ec7 + 445ed4f commit 809590c
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 809590c

Please sign in to comment.