Skip to content

Commit

Permalink
Merge pull request #1049 from tholinka/patch-1
Browse files Browse the repository at this point in the history
Update inputs.md to note newline-separated environment variable.
  • Loading branch information
gperdomor committed May 24, 2024
2 parents 1d8b0bd + 114466b commit d6fddf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nx-container/docs/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
This builder can be customized using environment variables or values in your `project.json`. Environment variables takes precedence over harcoded values.

> Tip: all environmet values needs to be prefixed with `INPUT_` so `INPUT_PUSH=true` will replace the `options.push` value of your `project.json` file
> Note: For list values use a comma-delimited string, like `INPUT_TAGS=user/app:v1,user/app:latest`
>
> Note: For list values use a comma-delimited string, like `INPUT_PLATFORMS=linux/amd64,linux/arm64`. For `INPUT_BUILD_ARGS` and `INPUT_TAGS` use a newline-delimited string. See [TROUBLESHOOTING.md](../TROUBLESHOOTING.md#) for more information.
> Note: Replace a dash (-) with an underscore in environment variables, like `INPUT_CACHE_FROM='type=gha'`
Following inputs can be used as `step.with` keys
Expand Down

0 comments on commit d6fddf9

Please sign in to comment.