From 75baa6d3246e9968d31a788d9c2975cb7a80e5bb Mon Sep 17 00:00:00 2001 From: AlexBelyan Date: Sat, 23 May 2026 19:30:38 +0300 Subject: [PATCH] fixed connection string in configs --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index eb17c26..584dbf2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -25,9 +25,9 @@ jobs: - name: Build and push postgres image uses: docker/build-push-action@v5 - if: | - contains(github.event.commits[0].modified, 'infra/postgres') || - contains(github.event.commits[0].added, 'infra/postgres') +# if: | +# contains(github.event.commits[0].modified, 'infra/postgres') || +# contains(github.event.commits[0].added, 'infra/postgres') with: context: . file: infra/postgres/Dockerfile