Skip to content

Commit d584382

Browse files
committed
ci(build): Build container image with local sources
Adds the build args to use the local sources when building the container image. This is only for testing if the PowerAPI package can be installed and the container image built.
1 parent 5dea99b commit d584382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ jobs:
6464
provenance: false
6565
load: true
6666
tags: localbuild/powerapi:sha-${{ github.sha }}
67+
build-args: |
68+
POWERAPI_INSTALL_METHOD=local

0 commit comments

Comments
 (0)