Skip to content

Commit

Permalink
Merge pull request #10242 from jongwooo/ci/replace-deprecated-command…
Browse files Browse the repository at this point in the history
…-with-environment-file

ci: Replace deprecated command with environment file
  • Loading branch information
glours authored Feb 4, 2023
2 parents 23585b9 + 3077234 commit b3ec110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Create matrix
id: platforms
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
run: |
Expand Down

0 comments on commit b3ec110

Please sign in to comment.