From 65145f07d102fbd80d373ef60e546893094148df Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 23 Jul 2025 01:32:57 -0400 Subject: [PATCH] splitting build and up --- .gitea/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 14a6f24..64ce548 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -69,5 +69,5 @@ jobs: shell: bash working-directory: website run: | - docker compose up --build -d --remove-orphans - + docker compose build --no-cache + docker compose up -d