From 045876ed7efca1999ce1df5dcf4c6052fec9bedb Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Tue, 22 Feb 2022 00:06:54 +0100 Subject: [PATCH] Ignore build cache for now Will investigate on another moment --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c151f6c..e91b462 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,5 +41,3 @@ jobs: platforms: linux/amd64, linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ghcr.io/dmunozv04/isponsorblocktv:latest - cache-from: type=registry,ref=dmunozv04/isponsorblocktv:buildcache - cache-to: type=registry,ref=dmunozv04/isponsorblocktv:buildcache,mode=max