Skip to content

Update postgres Docker tag to v18 #266

Update postgres Docker tag to v18

Update postgres Docker tag to v18 #266

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Bootstrap
run: ./init/bootstrap_ubuntu_server.sh localhost field-a
- name: Cleanup
run: docker compose down -v