workflow: fix path for sed
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m43s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 09:21:01 +07:00
parent ff95446e07
commit 14e7223974

View File

@@ -22,7 +22,7 @@ jobs:
run: |
cd accounting-ng-nuttakit
# temporary change api url for development
sudo sed -i 's@https://api.nuttakit.work@http://10.9.0.0:8001@g' src/environments.ts
sudo sed -i 's@https://api.nuttakit.work@http://10.9.0.0:8001@g' src/environments/environments.ts
ng build
- name: Build docker image
run: |