Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed Dec 22, 2023
1 parent ec782af commit dd55a8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
uses: actions/checkout@v4
- id: set-matrix
run: |
echo "matrix=$(jq -c . .github/include/base_image_config.json)" >> $GITHUB_OUTPUT
MATRIX=$(jq -c . .github/include/base_image_config.json)
echo "Base Image Matrix: $MATRIX"
echo "matrix=$MATRIX" >> $GITHUB_OUTPUT
build:
name: Build Image and Run Initial Unit Testing Suite
Expand Down

0 comments on commit dd55a8e

Please sign in to comment.