From 60c43509cfe55e35d6dca63568b548923db59ada Mon Sep 17 00:00:00 2001 From: Joshua Murithi Date: Mon, 4 Mar 2024 13:02:23 +0300 Subject: [PATCH] Update cicd_process.yml --- .github/workflows/cicd_process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd_process.yml b/.github/workflows/cicd_process.yml index 2fb89e4..8ae2e2a 100644 --- a/.github/workflows/cicd_process.yml +++ b/.github/workflows/cicd_process.yml @@ -34,5 +34,5 @@ jobs: # Build and run Docker container docker stop ushauri_api || true docker rm ushauri_api || true - docker build -t ushauri_api:latest "$deploy_dir" + docker build --no-cache -t ushauri_api:latest "$deploy_dir" docker run -p 7002:5000 --name ushauri_api -d --restart always ushauri_api:latest