Skip to content

Commit 14b8a09

Browse files
Merge pull request #2962 from DanApollo/feat-add-container-caching
Feat: Add container layer caching
2 parents 671b585 + bdb9df9 commit 14b8a09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}
4343
platforms: linux/amd64,linux/arm64
44+
cache-from: type=gha
45+
cache-to: type=gha,mode=max
4446
- name: Generate artifact attestation
4547
uses: actions/attest-build-provenance@v3
4648
with:

0 commit comments

Comments
 (0)