🛠️ action.yml -> updated build_context_path description and default value
This commit is contained in:
@@ -32,9 +32,9 @@ inputs:
|
||||
required: false
|
||||
default: 'false'
|
||||
build_context_path:
|
||||
description: 'Local path to Docker build context (directory containing Dockerfile)'
|
||||
description: 'Local path to Docker build context (directory containing Dockerfile). Defaults to ./build-context'
|
||||
required: false
|
||||
default: '.'
|
||||
default: 'build-context'
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
|
||||
Reference in New Issue
Block a user