fix: add missing input target
This commit is contained in:
parent
ee6ab23922
commit
6d7f715129
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ inputs:
|
|||
build-args:
|
||||
description: 'Build arguments to be passed to the build'
|
||||
required: false
|
||||
target:
|
||||
description: 'Build stage to build'
|
||||
required: false
|
||||
secrets:
|
||||
description: 'Build secrets to be passed to the build'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue