feat(actions): small fix in assist-server action

This commit is contained in:
Alexander 2025-04-04 12:11:48 +02:00
parent c1d51b98a2
commit dc975bc19a

View file

@ -102,7 +102,7 @@ jobs:
done
- name: Deploy to kubernetes
run: |
cd ../../scripts/helmcharts/
cd ../scripts/helmcharts/
# Update changed image tag
sed -i "/assist-server/{n;n;n;s/.*/ tag: ${IMAGE_TAG}/}" /tmp/image_override.yaml