From 5866224433fdca8b98b6dc628aebb2930a1d9264 Mon Sep 17 00:00:00 2001 From: "lielin.hyl" Date: Thu, 21 Nov 2024 21:00:04 +0800 Subject: [PATCH] - remove cache for built images --- .github/workflows/publish-docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index d0eb8357a..5e9fde84b 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -71,8 +71,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker