Skip to content

Commit f8180a7

Browse files
tgenovCopilot
andauthored
Update docs/github-action.md
Co-authored-by: Copilot <[email protected]>
1 parent 413c2df commit f8180a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/github-action.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ The [`devcontainers/ci` action](https://github.com/marketplace/actions/devcontai
142142
| cacheFrom | false | Specify additional images to use for build caching |
143143
| noCache | false | Builds the image with `--no-cache` (takes precedence over `cacheFrom`) |
144144
| cacheTo | false | Specify the image to cache the built image to |
145-
| 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. |
146-
| platformTag | false | Tag suffix for this platform build (e.g., `linux-amd64`). Used in matrix builds to push per-platform images that are later merged into a multi-arch manifest. |
147-
| mergeTag | false | Comma-separated list of platform tags to merge into a multi-arch manifest (e.g., `linux-amd64,linux-arm64`). Used in the merge job after matrix builds complete. |
145+
| 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. Ignored when `platformTag` is set for a native per-platform build, or when `mergeTag` is set for a merge-only job. |
146+
| platformTag | false | Tag suffix for this platform build (e.g., `linux-amd64`). Used in matrix builds to push per-platform images that are later merged into a multi-arch manifest. When set, this job is treated as a native per-platform build and the `platform` input is ignored. |
147+
| mergeTag | false | Comma-separated list of platform tags to merge into a multi-arch manifest (e.g., `linux-amd64,linux-arm64`). Used in the merge job after matrix builds complete. When set, the job only merges existing per-platform images and does not build; `platform` and `platformTag` are ignored. |
148148

149149
## Outputs
150150

0 commit comments

Comments
 (0)