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 2020 uses : actions/checkout@v6
2121 -
2222 name : Test
23- uses : docker/bake-action@v6
23+ uses : docker/bake-action@v7
2424 with :
2525 source : .
2626 targets : test
Original file line number Diff line number Diff line change 2828 token : ${{ steps.docker-read-app.outputs.token || github.token }}
2929 -
3030 name : Build
31- uses : docker/bake-action@v6
31+ uses : docker/bake-action@v7
3232 with :
3333 source : .
3434 targets : build
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 prepare :
1616 runs-on : ubuntu-latest
1717 outputs :
18- targets : ${{ steps.generate.outputs.targets }}
18+ matrix : ${{ steps.generate.outputs.matrix }}
1919 steps :
2020 -
2121 name : Checkout
2222 uses : actions/checkout@v6
2323 -
24- name : List targets
24+ name : Generate matrix
2525 id : generate
26- uses : docker/bake-action/subaction/list-targets@v6
26+ uses : docker/bake-action/subaction/matrix@v7
2727 with :
2828 target : validate
2929
@@ -34,10 +34,10 @@ jobs:
3434 strategy :
3535 fail-fast : false
3636 matrix :
37- target : ${{ fromJson(needs.prepare.outputs.targets ) }}
37+ include : ${{ fromJson(needs.prepare.outputs.matrix ) }}
3838 steps :
3939 -
4040 name : Validate
41- uses : docker/bake-action@v6
41+ uses : docker/bake-action@v7
4242 with :
4343 targets : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments