workflow: fix typo on docker
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m39s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user