Skip to content

Commit

Permalink
Merge pull request #54 from hotosm/docs/auto-doc-update-workflows
Browse files Browse the repository at this point in the history
auto-doc: updated workflows docs
  • Loading branch information
spwoodcock authored Jul 26, 2024
2 parents 610f2e7 + 90dd1c1 commit 3e0afa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/test_compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ services:
| ----------------------------------------------------------------------------------------------- | ------- | -------- | ---------------------- | ------------------------------------------------------------------------------------------------ |
| <a name="input_build_context"></a>[build_context](#input_build_context) | string | false | `"."` | Root directory to start the <br>build from. |
| <a name="input_build_dockerfile"></a>[build_dockerfile](#input_build_dockerfile) | string | false | `"Dockerfile"` | Name of dockerfile, relative to <br>context dir. |
| <a name="input_build_img"></a>[build_img](#input_build_img) | boolean | false | `true` | If the image must be <br>built first, or false to <br>just pull. |
| <a name="input_build_target"></a>[build_target](#input_build_target) | string | false | `"ci"` | The target to built to <br>(default to ci stage). |
| <a name="input_cache_extra_imgs"></a>[cache_extra_imgs](#input_cache_extra_imgs) | string | false | | Space separated list of images <br>to cache on each run <br>(e.g. to avoid rate limiting). |
| <a name="input_cache_image"></a>[cache_image](#input_cache_image) | boolean | false | `true` | Cache the built image, for <br>the next run. Default true. |
Expand Down

0 comments on commit 3e0afa6

Please sign in to comment.