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
Copy file name to clipboardExpand all lines: azdo-task/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ In the example above, the devcontainer-build-run will perform the following step
74
74
| configFile | false | Use this to specify the repo-relative path to the devcontainer.json file. Defaults to `./.devcontainer/devcontainer.json` and `./.devcontainer.json`. |
75
75
| runCmd | true | The command to run after building the dev container image |
76
76
| env | false | Specify environment variables to pass to the dev container when run |
77
+
| inheritEnv | false | Inherit all environment variables of the runner CI machine |
77
78
| push | false | One of: `never`, `filter`, `always`. When set to `filter`, the image if pushed if the `sourceBranchFilterForPush`, `buildReasonsForPush`, and `pushOnFailedBuild` conditions are met. Defaults to `filter` if `imageName` is set, `never` otherwise. |
78
79
| pushOnFailedBuild | false | If `false` (default), only push if the build is successful. Set to true to push on failed builds |
79
80
| sourceBranchFilterForPush | false | Allows you to limit which branch's builds are pushed to the registry (only specified branches are allowed to push). If empty, all branches are allowed |
Copy file name to clipboardExpand all lines: docs/azure-devops-task.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ In the example above, the devcontainer-build-run will perform the following step
74
74
| configFile | false | Use this to specify the repo-relative path to the devcontainer.json file. Defaults to `./.devcontainer/devcontainer.json` and `./.devcontainer.json`. |
75
75
| runCmd | true | The command to run after building the dev container image |
76
76
| env | false | Specify environment variables to pass to the dev container when run |
77
+
| inheritEnv | false | Inherit all environment variables of the runner CI machine |
77
78
| push | false | One of: `never`, `filter`, `always`. When set to `filter`, the image if pushed if the `sourceBranchFilterForPush`, `buildReasonsForPush`, and `pushOnFailedBuild` conditions are met. Defaults to `filter` if `imageName` is set, `never` otherwise. |
78
79
| pushOnFailedBuild | false | If `false` (default), only push if the build is successful. Set to true to push on failed builds |
79
80
| sourceBranchFilterForPush | false | Allows you to limit which branch's builds are pushed to the registry (only specified branches are allowed to push). If empty, all branches are allowed |
Copy file name to clipboardExpand all lines: docs/github-action.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ The [`devcontainers/ci` action](https://github.com/marketplace/actions/devcontai
133
133
| configFile | false | Use this to specify the repo-relative path to the devcontainer.json file. Defaults to `./.devcontainer/devcontainer.json` and `./.devcontainer.json`. |
134
134
| runCmd | true | The command to run after building the dev container image |
135
135
| env | false | Specify environment variables to pass to the dev container when run |
136
+
| inheritEnv | false | Inherit all environment variables of the runner CI machine |
136
137
| checkoutPath | false | Only used for development/testing |
137
138
| push | false | Control when images are pushed. Options are `never`, `filter`, `always`. For `filter`, images are pushed if the `refFilterForPush` and `eventFilterForPush` conditions are met. Defaults to `filter` if `imageName` is set, `never` otherwise. |
138
139
| refFilterForPush | false | Set the source branches (e.g. `refs/heads/main`) that are allowed to trigger a push of the dev container image. Leave empty to allow all (default) |
0 commit comments