From 3b2b61091ba0baa0490de5c2acd0ed521c440179 Mon Sep 17 00:00:00 2001 From: AlexBelyan Date: Sat, 23 May 2026 19:29:39 +0300 Subject: [PATCH] fixed connection string in configs --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e69a443..eb17c26 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,8 +26,8 @@ jobs: - name: Build and push postgres image uses: docker/build-push-action@v5 if: | - contains(github.event.commits[0].modified, 'infra/postgres-pg-cron') || - contains(github.event.commits[0].added, 'infra/postgres-pg-cron') + contains(github.event.commits[0].modified, 'infra/postgres') || + contains(github.event.commits[0].added, 'infra/postgres') with: context: . file: infra/postgres/Dockerfile