From 389b733f1e9439a4074372fffafc5da758333aad Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Fri, 7 Mar 2025 00:51:00 +0330 Subject: [PATCH] no cache build --- .github/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f092288..255860e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,6 +31,5 @@ jobs: script: | cd /root/hshop/ docker compose down - docker compose build --no-cache frontend - docker compose build + docker compose build --no-cache docker compose up -d \ No newline at end of file