From cb1d926fc47157853113ce93a990eef114e86e36 Mon Sep 17 00:00:00 2001 From: "cartsnitch-engineer[bot]" <269717931+cartsnitch-engineer[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:48:36 +0000 Subject: [PATCH] fix: add no-cache to docker build-push-action to prevent stale nginx config cache (CAR-265) Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b7b06..f3bbd39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} target: prod + no-cache: true - name: Create git tag if: github.event_name == 'push' && github.ref == 'refs/heads/main'