commit
db44dfae7a
|
@ -298,7 +298,7 @@ The following inputs can be used as `step.with` keys:
|
||||||
| `tags` | List | List of [tags](#tags-input) as key-value pair attributes |
|
| `tags` | List | List of [tags](#tags-input) as key-value pair attributes |
|
||||||
| `flavor` | List | [Flavor](#flavor-input) to apply |
|
| `flavor` | List | [Flavor](#flavor-input) to apply |
|
||||||
| `labels` | List | List of custom labels |
|
| `labels` | List | List of custom labels |
|
||||||
| `annotations` | List | List of custom anntoations |
|
| `annotations` | List | List of custom annotations |
|
||||||
| `sep-tags` | String | Separator to use for tags output (default `\n`) |
|
| `sep-tags` | String | Separator to use for tags output (default `\n`) |
|
||||||
| `sep-labels` | String | Separator to use for labels output (default `\n`) |
|
| `sep-labels` | String | Separator to use for labels output (default `\n`) |
|
||||||
| `sep-annotations` | String | Separator to use for annotations output (default `\n`) |
|
| `sep-annotations` | String | Separator to use for annotations output (default `\n`) |
|
||||||
|
|
|
@ -59,7 +59,7 @@ outputs:
|
||||||
bake-file-labels:
|
bake-file-labels:
|
||||||
description: 'Bake definition file with labels'
|
description: 'Bake definition file with labels'
|
||||||
bake-file-annotations:
|
bake-file-annotations:
|
||||||
description: 'Bake definiton file with annotations'
|
description: 'Bake definition file with annotations'
|
||||||
bake-file:
|
bake-file:
|
||||||
description: 'Bake definition file with tags and labels'
|
description: 'Bake definition file with tags and labels'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue