From 5938bc877261781ce3a81428f95c62c387ff2d87 Mon Sep 17 00:00:00 2001 From: Emmanuel Costa <161006161+SquirrelCorporation@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:09:39 +0200 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 14c30a2f..d0dcfaca 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -83,8 +83,8 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha,scope=buildkit-${{ matrix.platform }} - cache-to: type=gha,mode=max,scope=buildkit-${{ matrix.platform }} + cache-from: type=gha,scope=buildkit + cache-to: type=gha,mode=max,scope=buildkit # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker @@ -164,8 +164,8 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha,scope=buildkit-${{ matrix.platform }} - cache-to: type=gha,mode=max,scope=buildkit-${{ matrix.platform }} + cache-from: type=gha,scope=buildkit + cache-to: type=gha,mode=max,scope=buildkit # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker