workflow: fix typo on docker rm
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m46s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-23 13:22:04 +07:00
parent 19a5245536
commit f68f76373c

View File

@@ -27,7 +27,7 @@ jobs:
- name: Build docker image
run: |
set +e
docker rm $(docker stop $(docker ps -a -q --filter ancestor=accounting-api:latest --format="{{.ID}}"))
docker rm $(docker stop $(docker ps -a -q --filter ancestor=accounting-frontend:latest --format="{{.ID}}"))
set -e
docker image rm -f accounting-frontend:latest
docker build . -t accounting-frontend:latest