From a6e3f4f1583a3050cbbd8dea2c1962fe5c24f618 Mon Sep 17 00:00:00 2001 From: asaph96 Date: Fri, 19 Jul 2024 18:29:22 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20change=20build=20cache=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 84e4e80..4cf756f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -81,8 +81,9 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max + # cache-from: type=gha + # cache-to: type=gha,mode=max + no-cache: true # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker