From 80a5eab87c50ad90bdfb46c21b6d59479b59fa12 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 6 May 2022 14:20:05 -0400 Subject: [PATCH] try exposing the postgres port to the host w/ burnettk --- .github/workflows/create-docker-action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-docker-action.yml b/.github/workflows/create-docker-action.yml index 2378811f..618f2028 100644 --- a/.github/workflows/create-docker-action.yml +++ b/.github/workflows/create-docker-action.yml @@ -25,6 +25,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 5432:5432 steps: - uses: actions/setup-python@v3 with: