fix: force --no-cache on docker build to pick up all dependency changes
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 2m39s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 01:38:07 +02:00
parent ee65428fa8
commit f409ccc647

View File

@@ -29,8 +29,8 @@ jobs:
git fetch origin production-deployment
git reset --hard origin/production-deployment
echo "=== Building images ==="
docker compose build backend frontend
echo "=== Building images (no cache) ==="
docker compose build --no-cache backend frontend
echo "=== Starting services ==="
docker compose up -d --remove-orphans