From c4a43b82d35c6bbbcf40fc50244dec44e1cde36b Mon Sep 17 00:00:00 2001
From: Peter Kurfer <peter@icb4dc0.de>
Date: Thu, 13 Feb 2025 16:19:56 +0100
Subject: [PATCH] fix(ci): remove cache for postgres images for now

---
 .github/workflows/postgres.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml
index d3f89c7..ff7a933 100644
--- a/.github/workflows/postgres.yml
+++ b/.github/workflows/postgres.yml
@@ -45,8 +45,6 @@ jobs:
           build-args: |
             POSTGRES_MAJOR=${{ matrix.postgres_major }}
             POSTGRES_MINOR=${{ fromJSON(env.MINOR_VERSIONS)[matrix.postgres_major] }}
-          cache-from: type=registry,ref=code.icb4dc0.de/prskr/supabase-operator/postgres:buildcache
-          cache-to: type=registry,ref=code.icb4dc0.de/prskr/supabase-operator/postgres:buildcache,mode=max
 
   manifest:
     strategy: