Skip to content

Fix: Build regressions #129

Fix: Build regressions

Fix: Build regressions #129

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