Fix spelling of delimited

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
Nick Adcock 2020-03-06 13:55:12 +00:00
parent 720bee6354
commit 34907f0624
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ Always attempt to pull a newer version of the image.
### `build_args`
Comma-delmited list of build-time variables.
Comma-delimited list of build-time variables.
Example:

View file

@ -45,7 +45,7 @@ inputs:
required: false
default: false
build_args:
description: Comma-delmited list of build-time variables
description: Comma-delimited list of build-time variables
required: false
labels:
description: Comma-delimited list of labels to add to the built image