File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 -
2626 name : Build
27- uses : docker/bake-action@v6
27+ uses : docker/bake-action@v7
2828 with :
2929 targets : build
3030 env :
Original file line number Diff line number Diff line change 3636 uses : actions/checkout@v6
3737 -
3838 name : Test
39- uses : docker/bake-action@v6
39+ uses : docker/bake-action@v7
4040 with :
4141 source : .
4242 targets : test-coverage
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 prepare :
1818 runs-on : ubuntu-latest
1919 outputs :
20- targets : ${{ steps.generate.outputs.targets }}
20+ matrix : ${{ steps.generate.outputs.matrix }}
2121 steps :
2222 -
2323 name : Checkout
2424 uses : actions/checkout@v6
2525 -
26- name : List targets
26+ name : Generate matrix
2727 id : generate
28- uses : docker/bake-action/subaction/list-targets@v6
28+ uses : docker/bake-action/subaction/matrix@v7
2929 with :
3030 target : validate
3131
@@ -36,10 +36,10 @@ jobs:
3636 strategy :
3737 fail-fast : false
3838 matrix :
39- target : ${{ fromJson(needs.prepare.outputs.targets ) }}
39+ include : ${{ fromJson(needs.prepare.outputs.matrix ) }}
4040 steps :
4141 -
4242 name : Validate
43- uses : docker/bake-action@v6
43+ uses : docker/bake-action@v7
4444 with :
4545 targets : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments