fix(actions): creating image source file prior

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-05 10:58:20 +02:00
parent 7c711e03c3
commit 119d422a86
2 changed files with 4 additions and 2 deletions

View file

@ -59,8 +59,9 @@ jobs:
#
# Getting the images to build
#
build_param=${${{ github.event.inputs.build_service }}:-'false'}
set -x
touch /tmp/images_to_build.txt
build_param=${${{ github.event.inputs.build_service }}:-'false'}
case ${build_param} in
false)
{

View file

@ -59,8 +59,9 @@ jobs:
#
# Getting the images to build
#
build_param=${${{ github.event.inputs.build_service }}:-'false'}
set -x
touch /tmp/images_to_build.txt
build_param=${${{ github.event.inputs.build_service }}:-'false'}
case ${build_param} in
false)
{