Skip to content

Commit

Permalink
ci(validate): use matrix-targets
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Nov 9, 2023
1 parent f963fac commit 1d468bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
-
name: Targets matrix
id: targets
run: |
echo "matrix=$(docker buildx bake validate --print | jq -cr '.group.validate.targets')" >> $GITHUB_OUTPUT
uses: ./subaction/matrix-targets
with:
target: validate

validate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d468bc

Please sign in to comment.