File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
});
90
90
-
91
91
name : Build
92
- uses : docker/bake-action@v4
92
+ uses : docker/bake-action@v5
93
93
with :
94
94
targets : integration-tests-base
95
95
set : |
@@ -155,7 +155,7 @@ jobs:
155
155
buildkitd-flags : --debug
156
156
-
157
157
name : Build test image
158
- uses : docker/bake-action@v4
158
+ uses : docker/bake-action@v5
159
159
with :
160
160
targets : integration-tests
161
161
set : |
Original file line number Diff line number Diff line change 45
45
uses : docker/setup-buildx-action@v3
46
46
-
47
47
name : Build
48
- uses : docker/bake-action@v4
48
+ uses : docker/bake-action@v5
49
49
with :
50
50
provenance : false
51
51
targets : binaries-for-test
Original file line number Diff line number Diff line change 61
61
buildkitd-flags : --debug
62
62
-
63
63
name : Validate
64
- uses : docker/bake-action@v4
64
+ uses : docker/bake-action@v5
65
65
with :
66
66
targets : ${{ matrix.target }}
67
67
86
86
buildkitd-flags : --debug
87
87
-
88
88
name : Validate
89
- uses : docker/bake-action@v4
89
+ uses : docker/bake-action@v5
90
90
with :
91
91
targets : validate-archutil
92
92
set : |
You can’t perform that action at this time.
0 commit comments