fix(ci): remove cache for postgres images for now
This commit is contained in:
parent
1f285f6492
commit
c4a43b82d3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue