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 ef7afdc commit 714e5eaCopy full SHA for 714e5ea
.github/workflows/builds.yml
@@ -72,7 +72,7 @@ jobs:
72
roles+=( "observer" )
73
fi
74
rolesJSON=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${roles[@]}")
75
- echo "matrix={\"roles\":$(echo $rolesJSON)}" >> $GITHUB_OUTPUT
+ echo "matrix={\"role\":$(echo $rolesJSON)}" >> $GITHUB_OUTPUT
76
docker-push:
77
name: ${{ matrix.role }} images
78
runs-on: ubuntu-latest
0 commit comments