Make Docker pnpm install resilient to sharp ignored-builds; drop
Docker / build (push) Successful in 1m26s
Docker / build (push) Successful in 1m26s
unreachable gha cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user