mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-10 04:15:40 +01:00
Fix spelling of delimited
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
720bee6354
commit
34907f0624
@ -102,7 +102,7 @@ Always attempt to pull a newer version of the image.
|
|||||||
|
|
||||||
### `build_args`
|
### `build_args`
|
||||||
|
|
||||||
Comma-delmited list of build-time variables.
|
Comma-delimited list of build-time variables.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
build_args:
|
build_args:
|
||||||
description: Comma-delmited list of build-time variables
|
description: Comma-delimited list of build-time variables
|
||||||
required: false
|
required: false
|
||||||
labels:
|
labels:
|
||||||
description: Comma-delimited list of labels to add to the built image
|
description: Comma-delimited list of labels to add to the built image
|
||||||
|
Loading…
Reference in New Issue
Block a user