Skip to content

Update postgres Docker tag to v13.18 #1097

Update postgres Docker tag to v13.18

Update postgres Docker tag to v13.18 #1097

Workflow file for this run

name: validate
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: validate config
run: |
docker compose config -q
docker compose pull