mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
ci: fix validate workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
name: Validate targets matrix
|
||||
id: validate-targets
|
||||
run: |
|
||||
echo "matrix=$(docker buildx bake validate --print | jq -cr '.group.default.targets')" >> $GITHUB_OUTPUT
|
||||
echo "matrix=$(docker buildx bake validate --print | jq -cr '.group.validate.targets')" >> $GITHUB_OUTPUT
|
||||
-
|
||||
name: Artifact platforms matrix
|
||||
id: artifact-platforms
|
||||
|
||||
Reference in New Issue
Block a user