Skip to content

Commit

Permalink
Remove deprecated set-output from workflow
Browse files Browse the repository at this point in the history
For more information:

* https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
  • Loading branch information
waterkip authored and zakame committed Aug 3, 2023
1 parent e609668 commit 5e3da9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Enumerate Dockerfiles
run: |
matrix="$(dirname */Dockerfile | sort -rn | jq -csR 'rtrimstr("\n") | split("\n") | { directory: . }')"
echo "::set-output name=matrix::$matrix"
echo "matrix=$matrix" >> $GITHUB_OUTPUT
build-image:
needs: generate-matrix
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e3da9e

Please sign in to comment.