File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,19 @@ jobs:
43
43
target : production
44
44
build-args : |
45
45
${{ steps.args.outputs.result }}
46
- tags : supabase/postgres:${{ steps.settings.outputs.postgres_version }}
46
+ tags : supabase/postgres:${{ steps.settings.outputs.postgres-version }}
47
47
cache-from : |
48
- type=gha,scope=${{ github.ref_name }}-${{ steps.settings.outputs.postgres_version }}-${{ matrix.arch }}
49
- type=gha,scope=${{ github.base_ref }}-${{ steps.settings.outputs.postgres_version }}-${{ matrix.arch }}
50
- cache-to : type=gha,mode=max,scope=${{ github.ref_name }}-${{ steps.settings.outputs.postgres_version }}-${{ matrix.arch }}
48
+ type=gha,scope=${{ github.ref_name }}-${{ steps.settings.outputs.postgres-version }}-${{ matrix.arch }}
49
+ type=gha,scope=${{ github.base_ref }}-${{ steps.settings.outputs.postgres-version }}-${{ matrix.arch }}
50
+ cache-to : type=gha,mode=max,scope=${{ github.ref_name }}-${{ steps.settings.outputs.postgres-version }}-${{ matrix.arch }}
51
51
52
52
- name : Start Postgres
53
53
run : |
54
54
docker run --rm --pull=never \
55
55
-e POSTGRES_PASSWORD=${{ env.POSTGRES_PASSWORD }} \
56
56
-p ${{ env.POSTGRES_PORT }}:5432 \
57
57
--name supabase_postgres \
58
- -d supabase/postgres:${{ steps.settings.outputs.postgres_version }}
58
+ -d supabase/postgres:${{ steps.settings.outputs.postgres-version }}
59
59
- name : Install psql
60
60
run : |
61
61
sudo apt update
You can’t perform that action at this time.
0 commit comments