Update test.yml

This commit is contained in:
Peter 2023-07-12 21:41:39 +02:00 committed by GitHub
parent 526e843a0d
commit cb45160112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -47,14 +47,14 @@ targets:
run: | run: |
echo ${{ steps.targets.outputs.matrix }} echo ${{ steps.targets.outputs.matrix }}
needs: needs:
- targets - targets
# 2.0 - Build a matrix strategy from the retrieved target list # 2.0 - Build a matrix strategy from the retrieved target list
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
target: ${{ fromJson(needs.targets.outputs.matrix) }} target: ${{ fromJson(needs.targets.outputs.matrix) }}
- name: Push Images using BuildX Bake - name: Push Images using BuildX Bake
uses: docker/bake-action@v2 uses: docker/bake-action@v2