ci: fix validate workflow

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-11-17 10:23:20 +01:00
parent 0aeb216f16
commit 8af72e0be9
2 changed files with 6 additions and 12 deletions

View File

@@ -81,14 +81,14 @@ jobs:
prepare:
runs-on: ubuntu-latest
outputs:
targets: ${{ steps.matrix.outputs.targets }}
targets: ${{ steps.generate.outputs.targets }}
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Matrix
id: matrix
name: List targets
id: generate
uses: docker/bake-action/subaction/list-targets@v4
with:
target: validate