From 9d849e8851655b1f201a3736a66011711f0c6ef4 Mon Sep 17 00:00:00 2001 From: "farhoodliquor-paperclip[bot]" Date: Tue, 21 Apr 2026 16:09:31 +0000 Subject: [PATCH] fix(ci): disable Docker build cache for API image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BuildKit cache on self-hosted runner was stale — compiled JS still had bitnami/git:2 despite source using alpine/git:latest. Adding no-cache: true to force clean rebuilds until we can investigate the cache invalidation issue. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdd1dea..82abb31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,7 @@ jobs: context: . file: apps/api/Dockerfile push: true + no-cache: true tags: | ghcr.io/farhoodliquor/hightower-api:latest ghcr.io/farhoodliquor/hightower-api:sha-${{ github.sha }}