Skip to content

build: update to postgres 17 (#248) #101

build: update to postgres 17 (#248)

build: update to postgres 17 (#248) #101

Workflow file for this run

name: "Deployment Action: Build and push Docker images"
on:
push:
branches:
- master
jobs:
test-and-lint:
uses: ./.github/workflows/test-and-lint.yml
deploy-prod:
needs: test-and-lint
uses: ./.github/workflows/build-and-deploy.yml
with:
stage: production
secrets: inherit