workflow: fix path and typo once again
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m24s

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

View File

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