Update test.yml

This commit is contained in:
Peter 2023-07-12 22:06:23 +02:00 committed by GitHub
parent 98cebfcda9
commit 134d4d1c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
id: targets
run: |
docker buildx bake --print
TARGETS=$(docker buildx bake --print | jq -cr ".group.targets")
TARGETS=$(docker buildx bake --print | jq -cr ".group.default.targets")
echo "matrix=$TARGETS" >> $GITHUB_OUTPUT
- name: Show matrix