Skip to content

Commit ef7afdc

Browse files
committed
fix bash script
1 parent 6b75d68 commit ef7afdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if [[ "${{ inputs.build_observer }}" = "true" ]]; then
7272
roles+=( "observer" )
7373
fi
74-
rolesJSON=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${X[@]}")
74+
rolesJSON=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${roles[@]}")
7575
echo "matrix={\"roles\":$(echo $rolesJSON)}" >> $GITHUB_OUTPUT
7676
docker-push:
7777
name: ${{ matrix.role }} images

0 commit comments

Comments
 (0)