Merge pull request #10242 from jongwooo/ci/replace-deprecated-command-with-environment-file

ci: Replace deprecated command with environment file
This commit is contained in:
Guillaume Lours 2023-02-04 10:38:15 +01:00 committed by GitHub
commit b3ec110612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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