fix(ci): disable Docker build cache for API image

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 <noreply@anthropic.com>
This commit is contained in:
farhoodliquor-paperclip[bot]
2026-04-21 16:09:31 +00:00
parent df2df16531
commit 9d849e8851
+1
View File
@@ -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 }}