ci: fix deprecated set-output syntax

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-12-15 14:24:02 +01:00
parent df8e7d0a9a
commit 71e6be5d99
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -62,7 +62,7 @@ jobs:
name: Create matrix name: Create matrix
id: platforms id: platforms
run: | run: |
echo ::set-output name=matrix::$(docker buildx bake binaries-cross --print | jq -cr '.target."binaries-cross".platforms') echo "matrix=$(docker buildx bake binaries-cross --print | jq -cr '.target."binaries-cross".platforms')" >>${GITHUB_OUTPUT}
- -
name: Show matrix name: Show matrix
run: | run: |