mirror of
https://github.com/docker/bake-action.git
synced 2025-12-06 15:58:22 +08:00
ci(validate): use list-targets
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
@@ -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/list-targets
|
||||
with:
|
||||
target: validate
|
||||
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user