Skip to content

[WJ-1286] Reorganize install/ directory #134

[WJ-1286] Reorganize install/ directory

[WJ-1286] Reorganize install/ directory #134

name: '[backend] Docker build PostgreSQL (prod)'
on:
pull_request:
paths:
- 'web/database/**'
- 'install/common/postgres/**'
- 'install/prod/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/prod/postgres/Dockerfile .
env:
DOCKER_BUILDKIT: 1