Update test.yml
This commit is contained in:
parent
526e843a0d
commit
cb45160112
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue