Fixed deploy pipeline
Build and Deploy / build-and-deploy (push) Failing after 2m55s

This commit is contained in:
2026-05-20 23:18:36 +03:00
parent d7e4d74680
commit 22acf83681
+4 -4
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/docker/postgres-pg-cron') ||
contains(github.event.commits[0].added, 'infra/docker/postgres-pg-cron')
# if: |
# contains(github.event.commits[0].modified, 'infra/docker/postgres-pg-cron') ||
# contains(github.event.commits[0].added, 'infra/docker/postgres-pg-cron')
with:
context: .
file: infra/docker/postgres-pg-cron/Dockerfile
@@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: infra/docker/webhook/Dockerfile
file: infra/webhook/Dockerfile
push: true
tags: |
${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_USER }}/familyhub-webhook:latest