From da6a52bfbc246d0ec0ee56b310cd3099e1445b78 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 25 Feb 2025 16:39:13 +0200 Subject: [PATCH] WIP: Add cache --- .github/workflows/release-container-image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-container-image.yaml b/.github/workflows/release-container-image.yaml index 1082fc6..a6a600e 100644 --- a/.github/workflows/release-container-image.yaml +++ b/.github/workflows/release-container-image.yaml @@ -94,6 +94,8 @@ jobs: provenance: false platforms: ${{ matrix.platform.name }} outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}",rewrite-timestamp=true,push-by-digest=true,name-canonical=true,push=true + cache-from: type=gha + cache-to: type=gha,mode=max - name: Export digest run: |