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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ In the example above, the devcontainer-build-run will perform the following step
82
82
| skipContainerUserIdUpdate | false | For non-root Dev Containers (i.e. where `remoteUser` is specified), the action attempts to make the container user UID and GID match those of the host user. Set this to true to skip this step (defaults to false) |
83
83
| cacheFrom | false | Specify additional images to use for build caching |
84
84
| noCache | false | Builds the image with `--no-cache` (takes precedence over `cacheFrom`) |
85
-
| cacheTo | false | Specify the image to cache the built image to
85
+
| cacheTo | false | Specify the image to cache the built image to |
86
86
| platform | false | Platforms for which the image should be built. If omitted, defaults to the platform of the GitHub Actions Runner. Multiple platforms should be comma separated. |
0 commit comments