regen docs

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2023-12-05 11:58:29 -05:00 committed by Nicolas De loof
parent 9c29d2236d
commit 85a1aec123
2 changed files with 6 additions and 6 deletions

View File

@ -5,11 +5,11 @@ Publish compose application
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:--------------------------|:---------|:--------|:----------------------------------------------------------------------| |:--------------------------|:---------|:--------|:-------------------------------------------------------------------------------|
| `--dry-run` | | | Execute command in dry run mode | | `--dry-run` | | | Execute command in dry run mode |
| `--oci-version` | `string` | | OCI Image specification version (automatically determined by default) | | `--oci-version` | `string` | | OCI Image/Artifact specification version (automatically determined by default) |
| `--resolve-image-digests` | | | Pin image tags to digests. | | `--resolve-image-digests` | | | Pin image tags to digests. |
<!---MARKER_GEN_END--> <!---MARKER_GEN_END-->

View File

@ -8,7 +8,7 @@ options:
- option: oci-version - option: oci-version
value_type: string value_type: string
description: | description: |
OCI Image specification version (automatically determined by default) OCI Image/Artifact specification version (automatically determined by default)
deprecated: false deprecated: false
hidden: false hidden: false
experimental: false experimental: false