Skip to content

Commit 8300716

Browse files
committed
WIP: mod: .github/workflows/build.yml (review/9/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 05ed7fb commit 8300716

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
echo "describe=$(git describe --tags --always || echo 0)"
2222
| tee $GITHUB_OUTPUT
2323
- name: Build Docker image from sources
24-
run: docker build --tag "${{ env.project-name }}:latest" .
24+
run: >
25+
docker build
26+
--tag "${{ env.project-name }}:latest"
27+
-e UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
28+
.
2529
- name: Extract artifacts
2630
run: >-
2731
container=$(docker create "${{ env.project-name }}:latest")

0 commit comments

Comments
 (0)