Skip to content

Commit

Permalink
Merge pull request #236 from jastang/allow-build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenh authored Oct 3, 2024
2 parents bf29217 + 909e3c8 commit 72ef399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/provider-helm/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 72ef399

Please sign in to comment.