Skip to content

Commit b28d52e

Browse files
knuttiesclaude
andcommitted
perf: add GitHub Actions cache for Docker build layers
Uses type=gha cache with buildx so cargo-chef dependency layers persist across workflow runs on ephemeral GitHub runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 57b45f3 commit b28d52e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ jobs:
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}
49+
cache-from: type=gha
50+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)