From c0f6efca7e993cb22e7e1abfb61bfae5f2e1ceaf Mon Sep 17 00:00:00 2001 From: Himanshu Garg Date: Mon, 7 Oct 2024 16:18:58 +0530 Subject: [PATCH] fix: remove cache location --- .github/workflows/prepare-self-hosted-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/prepare-self-hosted-release.yml b/.github/workflows/prepare-self-hosted-release.yml index 91539a000fe..7c6930798d4 100644 --- a/.github/workflows/prepare-self-hosted-release.yml +++ b/.github/workflows/prepare-self-hosted-release.yml @@ -85,8 +85,7 @@ jobs: shell: bash env: DOCKER_BUILD_ARGUMENTS: > - --cache-from type=registry,ref=ghcr.io/${{ env.REGISTRY_OWNER }}/cache:build-cache-${{ env.SERVICE_NAME }}-community - --cache-to type=registry,ref=ghcr.io/${{ env.REGISTRY_OWNER }}/cache:build-cache-${{ env.SERVICE_NAME }}-community,mode=max + --mode=max --platform=linux/amd64,linux/arm64 --provenance=false --output=type=image,name=ghcr.io/${{ env.REGISTRY_OWNER }}/${{ env.SERVICE_NAME }},push-by-digest=true,name-canonical=true run: |