Skip to content

Build PostgreSQL Container #31

Build PostgreSQL Container

Build PostgreSQL Container #31

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/daemonless/.github/workflows/build-app.yaml@main
with:
image_name: postgres
secrets: inherit