Stuart Leeks

Results 57 comments of Stuart Leeks

I was wondering whether there would be any scenarios where we would want to set the build environment variables independently of the runtime ones. E.g. would we want to have...

I've was looking at adding support for this to the action, and was a little confused by the results of my testing for a while so thought I'd drop a...

@metaskills there is an example in the PR tests [here](https://github.com/devcontainers/ci/blob/main/.github/workflows/ci_common.yml#L533-L551) I added some initial extra content to the docs as well: https://github.com/devcontainers/ci/blob/main/docs/github-action.md#environment-variables

@moleary-gsa - as you noted, using `localEnv` in the `remoteEnv` settings sets the value of the specified environment variable based on the local environment variable value. In the case of...

Currently the input is a multiline string that needs to be parsed. The ideal way to do this would be to align with the `env:` from the built-in `run` syntax...

@max06, that's a good point. In which case, potentially something like an `onMissingSource` option instead of `optional`: ```jsonc "mounts": [ // Mounts the login details from the host machine to...