|
|
@ -34,11 +34,11 @@ inputs:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: false
|
|
|
|
default: false
|
|
|
|
path:
|
|
|
|
path:
|
|
|
|
description: Path to run docker build from
|
|
|
|
description: Path to the build context
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: "."
|
|
|
|
default: "."
|
|
|
|
dockerfile:
|
|
|
|
dockerfile:
|
|
|
|
description: Name of the Dockerfile (Default is 'path/Dockerfile')
|
|
|
|
description: Path to the Dockerfile (Default is '{path}/Dockerfile')
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
target:
|
|
|
|
target:
|
|
|
|
description: Sets the target stage to build
|
|
|
|
description: Sets the target stage to build
|
|
|
|