Skip to content

Use lz4 as default PostgreSQL compression algorithm #126

Use lz4 as default PostgreSQL compression algorithm

Use lz4 as default PostgreSQL compression algorithm #126

name: '[backend] Docker build PostgreSQL (prod)'
on:
pull_request:
paths:
- 'web/database/**'
- 'install/files/postgres/**'
- 'install/aws/prod/docker/postgres/Dockerfile'
- '.github/workflows/docker-build-postgres.prod.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build image
run: docker build -f install/aws/prod/docker/postgres/Dockerfile .
env:
DOCKER_BUILDKIT: 1