workflow: testing build docker image
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m53s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-20 10:38:00 +07:00
parent a7906c6a34
commit ebb1f2e0d6
2 changed files with 4 additions and 3 deletions

View File

@@ -24,5 +24,6 @@ jobs:
ng build
- name: Build docker image
run: |
ls accounting-ng-nuttakit/dist/accounting-ng-nuttakit
docker -v
docker build . -t accounting-frontend:latest
docker image ls