Skip to content

Commit 5e3da9e

Browse files
waterkipzakame
authored andcommitted
Remove deprecated set-output from workflow
For more information: * https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Wesley Schwengle <[email protected]>
1 parent e609668 commit 5e3da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Enumerate Dockerfiles
2525
run: |
2626
matrix="$(dirname */Dockerfile | sort -rn | jq -csR 'rtrimstr("\n") | split("\n") | { directory: . }')"
27-
echo "::set-output name=matrix::$matrix"
27+
echo "matrix=$matrix" >> $GITHUB_OUTPUT
2828
build-image:
2929
needs: generate-matrix
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)