chore(helm): proper default tag

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-05 10:37:01 +02:00
parent b29f80f9ee
commit e17760d53d
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ jobs:
all)
ls backend/cmd > /tmp/images_to_build.txt
;;
default)
*)
echo ${{github.event.inputs.build_service }} > /tmp/images_to_build.txt
;;
esac

View file

@ -73,7 +73,7 @@ jobs:
all)
ls backend/cmd > /tmp/images_to_build.txt
;;
default)
*)
echo ${{github.event.inputs.build_service }} > /tmp/images_to_build.txt
;;
esac