From bdb9df91bfbb04929bb8b28e005b72debc6cccdc Mon Sep 17 00:00:00 2001 From: Daniel Rossides Date: Fri, 12 Dec 2025 08:16:44 +0000 Subject: [PATCH] feat: Adds caching and cache retrieval to build process --- .github/workflows/docker-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7604cdb0..2e44ae28 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,6 +41,8 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 + cache-from: type=gha + cache-to: type=gha,mode=max - name: Generate artifact attestation uses: actions/attest-build-provenance@v3 with: