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

This commit is contained in:
2026-05-23 19:30:38 +03:00
parent 3b2b61091b
commit 75baa6d324
+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') ||
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