fix(actions): creating image source file prior
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
7c711e03c3
commit
119d422a86
2 changed files with 4 additions and 2 deletions
3
.github/workflows/workers-ee.yaml
vendored
3
.github/workflows/workers-ee.yaml
vendored
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
3
.github/workflows/workers.yaml
vendored
3
.github/workflows/workers.yaml
vendored
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue