10000 a · supabase/postgres@d6f08a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6f08a9

Browse files
committed
a
1 parent de807b9 commit d6f08a9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/testinfra.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
password: ${{ secrets.GITHUB_TOKEN }}
5656
- uses: docker/build-push-action@v5
5757
with:
58-
# caching bug?
59-
push: true
58+
push: false
59+
load: true
6060
build-args: |
6161
${{ steps.args.outputs.result }}
6262
target: extensions
63-
tags: ghcr.io/soedirgo/postgres:extensions
63+
tags: soedirgo/postgres:extensions
6464
platforms: linux/amd64
65-
cache-from: type=gha
66-
cache-to: type=gha,mode=max
65+
cache-from: type=registry,ref=ghcr.io/soedirgo/postgres:extensions-cache
66+
cache-to: type=registry,ref=ghcr.io/soedirgo/postgres:extensions-cache,mode=max
6767
# - name: Extract built packages
6868
# run: |
6969
# mkdir -p /tmp/extensions ansible/files/extensions
@@ -77,14 +77,14 @@ jobs:
7777
- name: Build Postgres deb
7878
uses: docker/build-push-action@v5
7979
with:
80-
# caching bug?
81-
push: true
80+
push: false
81+
load: true
8282
file: docker/Dockerfile
8383
target: pg-deb
84-
tags: ghcr.io/soedirgo/postgres:deb
84+
tags: soedirgo/postgres:deb
8585
platforms: linux/amd64
86-
cache-from: type=gha
87-
cache-to: type=gha,mode=max
86+
cache-from: type=registry,ref=ghcr.io/soedirgo/postgres:deb-cache
87+
cache-to: type=registry,ref=ghcr.io/soedirgo/postgres:deb-cache,mode=max
8888
# - name: Extract Postgres deb
8989
# run: |
9090
# mkdir -p /tmp/build ansible/files/postgres

0 commit comments

Comments
 (0)
0