fixed connection string in configs
Build and Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
2026-05-23 19:29:39 +03:00
parent 884a536320
commit 3b2b61091b
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
- name: Build and push postgres image - name: Build and push postgres image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
if: | if: |
contains(github.event.commits[0].modified, 'infra/postgres-pg-cron') || contains(github.event.commits[0].modified, 'infra/postgres') ||
contains(github.event.commits[0].added, 'infra/postgres-pg-cron') contains(github.event.commits[0].added, 'infra/postgres')
with: with:
context: . context: .
file: infra/postgres/Dockerfile file: infra/postgres/Dockerfile