You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `project` | String | Depot [project](https://depot.dev/docs/core-concepts#projects) ID to route the image build to your projects builders (default: the `depot.json` file at the root of your repo) |
88
+
| `project` | String | Depot [project](https://depot.dev/docs/core-concepts#projects) ID to route the image build to your projects builders (default: the `depot.json` file at the root of your repo)<br><br>**Note:** If you specify `x-depot.project-id` in your Docker Compose file or `project_id` in your HCL bake file for individual services/targets, those project IDs will take precedence over this parameter. |
89
89
| `token` | String | You must authenticate with the Depot API to communicate with your projects builders ([see Authentication above](#authentication)) |
90
90
| `build-platform` | String | The platform to use for the build ( `linux/amd64` or `linux/arm64`) |
91
91
| `lint` | Bool | Lint dockerfiles and fail build if any issues are of `error` severity. (default `false`) |
0 commit comments