File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,18 @@ jobs:
9595 -
9696 name : Test buildkit
9797 if : matrix.target == 'buildkit'
98- uses : docker/bake-action@v5
98+ uses : docker/bake-action@v6
9999 with :
100+ source : .
100101 targets : buildkit-test
101102 set : |
102103 *.cache-from=type=gha,scope=${{ env.CACHE_GHA_SCOPE }}-${{ matrix.target }}
103104 -
104105 name : Load mainline for testing
105106 if : matrix.target == 'mainline'
106- uses : docker/bake-action@v5
107+ uses : docker/bake-action@v6
107108 with :
109+ source : .
108110 targets : mainline
109111 load : true
110112 set : |
@@ -172,8 +174,9 @@ jobs:
172174 uses : actions/checkout@v5
173175 -
174176 name : Load for testing
175- uses : docker/bake-action@v5
177+ uses : docker/bake-action@v6
176178 with :
179+ source : .
177180 targets : ${{ matrix.target }}
178181 load : true
179182 set : |
@@ -313,8 +316,9 @@ jobs:
313316 -
314317 name : Build
315318 id : bake
316- uses : docker/bake-action@v5
319+ uses : docker/bake-action@v6
317320 with :
321+ source : .
318322 files : |
319323 ./docker-bake.hcl
320324 ${{ steps.meta.outputs.bake-file }}
Original file line number Diff line number Diff line change 9393 password : ${{ secrets.DOCKERIO_PASSWORD }}
9494 -
9595 name : Build image
96- uses : docker/bake-action@v5
96+ uses : docker/bake-action@v6
9797 with :
98+ source : .
9899 files : |
99100 ./docker-bake.hcl
100101 ${{ steps.meta.outputs.bake-file }}
@@ -109,9 +110,10 @@ jobs:
109110 QEMU_VERSION : ${{ steps.prep.outputs.ref }}
110111 -
111112 name : Build artifacts
112- uses : docker/bake-action@v5
113+ uses : docker/bake-action@v6
113114 if : github.event.inputs.target == 'mainline'
114115 with :
116+ source : .
115117 files : |
116118 ./docker-bake.hcl
117119 ${{ steps.meta.outputs.bake-file }}
You can’t perform that action at this time.
0 commit comments