workflow: fix typo on docker rm
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m46s
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:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
run: |
|
run: |
|
||||||
set +e
|
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
|
set -e
|
||||||
docker image rm -f accounting-frontend:latest
|
docker image rm -f accounting-frontend:latest
|
||||||
docker build . -t accounting-frontend:latest
|
docker build . -t accounting-frontend:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user