From c3bafa24d78f444e79d20c873cec31a74c6afb32 Mon Sep 17 00:00:00 2001 From: Jawad Tariq Date: Mon, 18 Mar 2024 17:59:41 -0400 Subject: [PATCH] feat: test Signed-off-by: Jawad Tariq --- .github/workflows/contract-docker-utils.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/contract-docker-utils.yml b/.github/workflows/contract-docker-utils.yml index 2df8ac08c..6f8ff7570 100644 --- a/.github/workflows/contract-docker-utils.yml +++ b/.github/workflows/contract-docker-utils.yml @@ -55,7 +55,3 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: | - type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ github.workflow }} - type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-main-${{ github.workflow }} - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ github.workflow }},mode=max