From 22acf836814ef82d443fde6e4dd28cae736f8bb3 Mon Sep 17 00:00:00 2001 From: AlexBelyan Date: Wed, 20 May 2026 23:18:36 +0300 Subject: [PATCH] Fixed deploy pipeline --- .gitea/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 418bc6e..58d538c 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/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