fix(ci): remove cache for postgres images for now

This commit is contained in:
Peter 2025-02-13 16:19:56 +01:00
parent 1f285f6492
commit c4a43b82d3
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -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: