Skip to content

Commit

Permalink
all files
Browse files Browse the repository at this point in the history
  • Loading branch information
kachulis committed Feb 4, 2025
1 parent 8157949 commit 886a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dockerfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Get all Dockerfiles
id: all-dockerfiles
run: |
find . -name "Dockerfile" | jq -Rs '{"files": split("\n") | map(select(. != ""))}' >> "$GITHUB_OUTPUT"
echo "files=$(find . -name "Dockerfile" | jq -Rs 'split("\n") | map(select(. != ""))')" >> "$GITHUB_OUTPUT"
test_builds:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 886a886

Please sign in to comment.