Update test.yml
This commit is contained in:
parent
98cebfcda9
commit
134d4d1c5b
|
@ -28,7 +28,7 @@ jobs:
|
||||||
id: targets
|
id: targets
|
||||||
run: |
|
run: |
|
||||||
docker buildx bake --print
|
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
|
echo "matrix=$TARGETS" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Show matrix
|
- name: Show matrix
|
||||||
|
|
Loading…
Reference in New Issue