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

This commit is contained in:
2026-05-23 14:49:15 +03:00
parent 0bedc8d508
commit 11f4b9c921
20 changed files with 35 additions and 9 deletions
+3 -3
View File
@@ -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-pg-cron') ||
contains(github.event.commits[0].added, 'infra/postgres-pg-cron')
# if: |
# contains(github.event.commits[0].modified, 'infra/postgres') ||
# contains(github.event.commits[0].added, 'infra/postgres')
with:
context: .
file: infra/postgres/Dockerfile