From 98cebfcda92a53ebd660dc75795137d340877be4 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 12 Jul 2023 22:03:10 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08466cd5..c97a4ce2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,8 +27,8 @@ jobs: - name: Create matrix id: targets run: | - docker buildx bake ${{ inputs.group }} -f ${{ inputs.file }} --print - TARGETS=$(docker buildx bake ${{ inputs.group }} -f ${{ inputs.file }} --print | jq -cr ".group.${{ inputs.group }}.targets") + docker buildx bake --print + TARGETS=$(docker buildx bake --print | jq -cr ".group.targets") echo "matrix=$TARGETS" >> $GITHUB_OUTPUT - name: Show matrix