Skip to content

[1.x] Bumped postgres to 15.4 #255

[1.x] Bumped postgres to 15.4

[1.x] Bumped postgres to 15.4 #255

Workflow file for this run

name: Build Docker images
on:
pull_request:
paths:
- runtime/**
jobs:
publish:
name: Building images
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build images
run: make docker-images