Skip to content

Update postgres Docker tag to v18 #204

Update postgres Docker tag to v18

Update postgres Docker tag to v18 #204

Workflow file for this run

name: Checks
on:
push:
pull_request:
branches:
- develop
jobs:
checks:
runs-on: ubuntu-latest
container:
image: docker/tilt:latest
steps:
- uses: actions/checkout@v4
- uses: azure/[email protected]
- name: Create k8s Kind Cluster
run: ctlptl create cluster kind --registry=ctlptl-registry
- name: Test Using Local Config
run: tilt ci --timeout "5m"