Commit a4b8397
Allow build_args configuration in config.json for Docker builds (#203)
* Initial plan
* Add env configuration support to config.json
Co-authored-by: puehringer <[email protected]>
* Clean up formatting and finalize env configuration feature
Co-authored-by: puehringer <[email protected]>
* Rename 'env' to 'build_args' for better semantic accuracy
Co-authored-by: puehringer <[email protected]>
* Update .gitignore
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: puehringer <[email protected]>1 parent 5f61b2d commit a4b8397
File tree
2 files changed
+13
-0
lines changed- .github/workflows
2 files changed
+13
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
223 | 228 | | |
224 | 229 | | |
225 | 230 | | |
| 231 | + | |
226 | 232 | | |
227 | 233 | | |
228 | 234 | | |
| |||
0 commit comments