workflow: fix typo on docker
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m39s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-23 13:34:36 +07:00
parent 8fd3ada2f3
commit aa0b17740a

View File

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