Skip to content

Commit

Permalink
ci: use github to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
jscancella committed Feb 4, 2023
1 parent 5f6dc03 commit 939f346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "master"
- "develop"
- "v2.x"
- "stas2z-image"
paths:
- "src/modules/**"
- "src/build_dist"
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
- name: Create Matrix
id: set-matrix
run: |
ARRAY=$(find ${{ github.workspace }}/config -type f -printf '%P\n' | sed '/default/d' | sort | jq -R -s -c 'split("\n")[:-1]')
ARRAY=$(find ${{ github.workspace }}/config -type f -name CB1 -printf '%P\n' | sed '/default/d' | sort | jq -R -s -c 'split("\n")[:-1]')
echo "matrix=${ARRAY}" >> $GITHUB_OUTPUT
build:
Expand Down

0 comments on commit 939f346

Please sign in to comment.