Skip to content

Build PostgreSQL Container #43

Build PostgreSQL Container

Build PostgreSQL Container #43

Workflow file for this run

name: Build PostgreSQL Container
on:
push:
branches: [main]
paths-ignore: ['*.md', 'LICENSE', '.gitignore']
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
uses: daemonless/dbuild/.github/workflows/daemonless-build.yaml@main
with:
image_name: postgres
secrets: inherit