Make Docker pnpm install resilient to sharp ignored-builds; drop
Docker / build (push) Successful in 1m26s

unreachable gha cache
This commit is contained in:
2026-07-17 01:31:30 +12:00
parent 8857163e11
commit 1da82b9d30
3 changed files with 28 additions and 3 deletions
+4 -2
View File
@@ -69,6 +69,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# NOTE: type=gha cache is intentionally omitted. Gitea's act_runner cache
# service is not reachable from the buildx container on this instance, so
# cache import timed out (~30s) on every run. The Dockerfile's BuildKit
# cache mounts still speed up dependency installs within a build.
platforms: linux/amd64