File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed
Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 99 main : dist/index.js
1010 post : dist/index.js
1111inputs :
12+ buildx-fallback :
13+ description : ' Fallback to `docker buildx bake` if `depot bake` fails'
14+ required : false
15+ default : ' false'
1216 files :
1317 description : ' List of bake definition files'
14- required : true
15- workdir :
16- description : ' Working directory of bake execution'
1718 required : false
18- default : ' .'
19- targets :
20- description : ' List of bake targets'
19+ load :
20+ description : ' Load is a shorthand for --set=*.output=type=docker'
2121 required : false
22+ default : ' false'
2223 no-cache :
2324 description : ' Do not use cache when building the image'
2425 required : false
2526 default : ' false'
27+ project :
28+ description : ' Depot project ID'
29+ required : false
2630 pull :
2731 description : ' Always attempt to pull a newer version of the image'
2832 required : false
2933 default : ' false'
30- load :
31- description : ' Load is a shorthand for --set=*.output=type=docker'
32- required : false
33- default : ' false'
3434 push :
3535 description : ' Push is a shorthand for --set=*.output=type=registry'
3636 required : false
3737 default : ' false'
3838 set :
3939 description : ' List of targets values to override (eg. targetpattern.key=value)'
4040 required : false
41- buildx-fallback :
42- description : ' Fallback to `docker buildx bake` if `depot bake` fails '
41+ targets :
42+ description : ' List of bake targets '
4343 required : false
44- default : ' false'
44+ token :
45+ description : ' Depot Token used to authenticate with the remote builder instance'
46+ required : false
47+ workdir :
48+ description : ' Working directory of bake execution'
49+ required : false
50+ default : ' .'
You can’t perform that action at this time.
0 commit comments