We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b75d68 commit ef7afdcCopy full SHA for ef7afdc
.github/workflows/builds.yml
@@ -71,7 +71,7 @@ jobs:
71
if [[ "${{ inputs.build_observer }}" = "true" ]]; then
72
roles+=( "observer" )
73
fi
74
- rolesJSON=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${X[@]}")
+ rolesJSON=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${roles[@]}")
75
echo "matrix={\"roles\":$(echo $rolesJSON)}" >> $GITHUB_OUTPUT
76
docker-push:
77
name: ${{ matrix.role }} images
0 commit comments