feat(actions): small fix in assist-server action
This commit is contained in:
parent
c1d51b98a2
commit
dc975bc19a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/assist-server-ee.yaml
vendored
2
.github/workflows/assist-server-ee.yaml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
done
|
done
|
||||||
- name: Deploy to kubernetes
|
- name: Deploy to kubernetes
|
||||||
run: |
|
run: |
|
||||||
cd ../../scripts/helmcharts/
|
cd ../scripts/helmcharts/
|
||||||
|
|
||||||
# Update changed image tag
|
# Update changed image tag
|
||||||
sed -i "/assist-server/{n;n;n;s/.*/ tag: ${IMAGE_TAG}/}" /tmp/image_override.yaml
|
sed -i "/assist-server/{n;n;n;s/.*/ tag: ${IMAGE_TAG}/}" /tmp/image_override.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue