From 496ecf5460cca3910c61185d92f065b9fd5f06b7 Mon Sep 17 00:00:00 2001 From: sveitser Date: Thu, 29 Aug 2024 15:18:28 +0200 Subject: [PATCH] Remove non-working docker cache --- .github/actions/docker-image/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/docker-image/action.yml b/.github/actions/docker-image/action.yml index c84073f225..09bf151d80 100644 --- a/.github/actions/docker-image/action.yml +++ b/.github/actions/docker-image/action.yml @@ -40,8 +40,6 @@ runs: target: ${{ inputs.target }} labels: ${{ steps.metadata.outputs.labels }} platforms: ${{ inputs.platforms }} - cache-from: type=registry,ref=${{ steps.metadata.outputs.tags }} - cache-to: type=inline outputs: type=image,name=${{ inputs.images }},push-by-digest=true,name-canonical=true,push=true # This will upload the digest for each architecture to the same artifact,