Skip to content

Commit 714e5ea

Browse files
committed
fix matrix var name
1 parent ef7afdc commit 714e5ea

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
@@ -72,7 +72,7 @@ jobs:
7272
roles+=( "observer" )
7373
fi
7474
rolesJSON=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${roles[@]}")
75-
echo "matrix={\"roles\":$(echo $rolesJSON)}" >> $GITHUB_OUTPUT
75+
echo "matrix={\"role\":$(echo $rolesJSON)}" >> $GITHUB_OUTPUT
7676
docker-push:
7777
name: ${{ matrix.role }} images
7878
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)