From 369c0b9b67970ab04383abe1e9616947fcf5d095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 16 Feb 2021 17:30:37 +0000 Subject: [PATCH] chore(ci): disable docker cache (#2776) --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44a7912d7..aa228eeee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -620,8 +620,6 @@ jobs: tags: ${{ env.DOCKER_TAGS }} build-args: | VERSION=${{ env.VERSION }} - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache demo-deploy: name: Deploy demo app to Heroku