fix(actions): image override

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-20 11:40:07 +02:00
parent 1a66daa3a2
commit 94fc4d693e

View file

@ -119,7 +119,7 @@ jobs:
## Update images
for image in $(cat /tmp/images_to_build.txt);
do
sed -i "/${image}/{n;n;s/.*/ tag: ${IMAGE_TAG}/}" /tmp/image_override.yaml
sed -i "/${image}/{n;n;n;s/.*/ tag: ${IMAGE_TAG}/}" /tmp/image_override.yaml
done
cat /tmp/image_override.yaml