This commit is contained in:
parent
724b920e46
commit
5f089fb8ac
|
|
@ -30,7 +30,7 @@ inputs:
|
|||
platform:
|
||||
description: 要编译的平台,可选值linux/arm,linux/arm64,linux/amd64
|
||||
required: false
|
||||
args:
|
||||
build_args:
|
||||
description: 构建参数
|
||||
required: false
|
||||
script:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ tags=(${INPUT_TAGS//,/ })
|
|||
|
||||
echo $tags
|
||||
|
||||
args=(${INPUT_ARGS//,/ })
|
||||
args=(${INPUT_BUILD_ARGS//,/ })
|
||||
|
||||
echo $args
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue