From 182ff3b49c9a870b6008ce552aebe0964b1fbf27 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 14 Mar 2023 18:56:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20cache=20from=20docker?= =?UTF-8?q?=20image=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4304e72d0..ae173a2bf 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -35,7 +35,5 @@ jobs: file: ./apps/web/Dockerfile platforms: linux/amd64 push: true - cache-from: type=gha - cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}