File tree 3 files changed +14
-8
lines changed
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 56
56
uses : docker/setup-buildx-action@v3
57
57
-
58
58
name : Validate
59
- uses : docker/bake-action@v5
59
+ uses : docker/bake-action@v6
60
60
with :
61
+ source : .
61
62
targets : ${{ matrix.target }}
62
63
63
64
test :
73
74
uses : docker/setup-buildx-action@v3
74
75
-
75
76
name : Test
76
- uses : docker/bake-action@v5
77
+ uses : docker/bake-action@v6
77
78
with :
79
+ source : .
78
80
targets : test
79
81
pull : true
80
82
-
@@ -112,8 +114,9 @@ jobs:
112
114
uses : docker/setup-buildx-action@v3
113
115
-
114
116
name : Build
115
- uses : docker/bake-action@v5
117
+ uses : docker/bake-action@v6
116
118
with :
119
+ source : .
117
120
targets : artifact
118
121
provenance : mode=max
119
122
sbom : true
@@ -166,8 +169,9 @@ jobs:
166
169
uses : docker/setup-buildx-action@v3
167
170
-
168
171
name : Build
169
- uses : docker/bake-action@v5
172
+ uses : docker/bake-action@v6
170
173
with :
174
+ source : .
171
175
targets : release
172
176
provenance : false
173
177
-
@@ -233,8 +237,9 @@ jobs:
233
237
password : ${{ secrets.GITHUB_TOKEN }}
234
238
-
235
239
name : Build
236
- uses : docker/bake-action@v5
240
+ uses : docker/bake-action@v6
237
241
with :
242
+ source : .
238
243
files : |
239
244
./docker-bake.hcl
240
245
${{ steps.meta.outputs.bake-file }}
Original file line number Diff line number Diff line change 29
29
uses : docker/setup-buildx-action@v3
30
30
-
31
31
name : Build docs
32
- uses : docker/bake-action@v5
32
+ uses : docker/bake-action@v6
33
33
with :
34
+ source : .
34
35
provenance : false
35
36
targets : docs
36
37
-
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
63
63
uses : docker/setup-buildx-action@v3
64
64
-
65
65
name : Build
66
- uses : docker/bake-action@v5
66
+ uses : docker/bake-action@v6
67
67
with :
68
+ source : .
68
69
targets : image-local
69
- pull : true
70
70
-
71
71
name : Start container
72
72
run : |
You can’t perform that action at this time.
0 commit comments