Skip to content

Commit 2b6980d

Browse files
committed
Run scripts/build-local.sh.
1 parent c757f7c commit 2b6980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azdo-task/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In the example above, the devcontainer-build-run will perform the following step
8282
| 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) |
8383
| cacheFrom | false | Specify additional images to use for build caching |
8484
| 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 |
8686
| 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. |
8787

8888
## Outputs

0 commit comments

Comments
 (0)