We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e609668 commit 5e3da9eCopy full SHA for 5e3da9e
.github/workflows/build-image.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Enumerate Dockerfiles
25
run: |
26
matrix="$(dirname */Dockerfile | sort -rn | jq -csR 'rtrimstr("\n") | split("\n") | { directory: . }')"
27
- echo "::set-output name=matrix::$matrix"
+ echo "matrix=$matrix" >> $GITHUB_OUTPUT
28
build-image:
29
needs: generate-matrix
30
runs-on: ubuntu-latest
0 commit comments