From 909e3c86a9b0ebd551683c9601dd0134bbb008cc Mon Sep 17 00:00:00 2001 From: Jason Tang Date: Thu, 3 Oct 2024 16:12:56 -0400 Subject: [PATCH] support additional build arguments Signed-off-by: Jason Tang --- .github/workflows/ci.yml | 2 +- cluster/images/provider-helm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc0a5a..b7232d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,7 +289,7 @@ jobs: BUILD_ARGS: "--load" - name: Publish Artifacts to GitHub - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: output path: _output/** diff --git a/cluster/images/provider-helm/Makefile b/cluster/images/provider-helm/Makefile index 26b0626..628b7eb 100644 --- a/cluster/images/provider-helm/Makefile +++ b/cluster/images/provider-helm/Makefile @@ -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: