From c1ca11e0237991917ae2c52cea85f60cf948b9c5 Mon Sep 17 00:00:00 2001
From: Niaz Faridani-Rad <tigrexspalterlp@gmail.com>
Date: Wed, 22 Sep 2021 22:47:31 +0200
Subject: [PATCH] Remove caching

It sadly does not download the latest source, thinking it already did that. As such, it just pushes the old image.
---
 .github/workflows/frontend.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 5801d9a..21652f6 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -65,8 +65,6 @@ jobs:
           platforms: linux/amd64,linux/arm64
           push: true
           tags: reallibrephotos/librephotos-frontend:dev
-          cache-from: type=gha
-          cache-to: type=gha,mode=max
 
   release-job:
     name: Releasing
-- 
GitLab