Skip to content

Commit

Permalink
Resolve issue with creating a new variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PPathu committed Aug 24, 2024
1 parent 350cab3 commit 5126b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Use jq to extract the 'include' part of the JSON
matrix=$(echo "$matrix_json" | jq -c '.include')
echo "::set-output name=matrix::$matrix"
echo "::set-output name=image_list::$image_json"
- name: Verify matrix content
run: |
Expand Down

0 comments on commit 5126b0e

Please sign in to comment.