File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
uses : docker/setup-buildx-action@v3
56
56
-
57
57
name : Validate
58
- uses : docker/bake-action@v4
58
+ uses : docker/bake-action@v5
59
59
with :
60
60
targets : ${{ matrix.target }}
61
61
87
87
uses : docker/setup-buildx-action@v3
88
88
-
89
89
name : Build
90
- uses : docker/bake-action@v4
90
+ uses : docker/bake-action@v5
91
91
with :
92
92
targets : artifact
93
93
provenance : mode=max
@@ -138,7 +138,7 @@ jobs:
138
138
uses : docker/setup-buildx-action@v3
139
139
-
140
140
name : Build
141
- uses : docker/bake-action@v4
141
+ uses : docker/bake-action@v5
142
142
with :
143
143
targets : release
144
144
provenance : false
@@ -215,7 +215,7 @@ jobs:
215
215
password : ${{ secrets.GITHUB_TOKEN }}
216
216
-
217
217
name : Build
218
- uses : docker/bake-action@v4
218
+ uses : docker/bake-action@v5
219
219
with :
220
220
files : |
221
221
./docker-bake.hcl
Original file line number Diff line number Diff line change 28
28
uses : docker/setup-buildx-action@v3
29
29
-
30
30
name : Build docs
31
- uses : docker/bake-action@v4
31
+ uses : docker/bake-action@v5
32
32
with :
33
33
targets : docs
34
34
-
Original file line number Diff line number Diff line change 36
36
uses : docker/setup-buildx-action@v3
37
37
-
38
38
name : Build
39
- uses : docker/bake-action@v4
39
+ uses : docker/bake-action@v5
40
40
with :
41
41
targets : image-local
42
42
-
You can’t perform that action at this time.
0 commit comments