Fixed deploy pipeline
Build and Deploy / build-and-deploy (push) Failing after 1m36s

This commit is contained in:
2026-05-20 00:26:41 +03:00
parent 66b7e915c0
commit d7e4d74680
+11
View File
@@ -37,6 +37,17 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build and push webhook image
uses: docker/build-push-action@v5
with:
context: .
file: infra/docker/webhook/Dockerfile
push: true
tags: |
${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_USER }}/familyhub-webhook:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build and push app image
uses: docker/build-push-action@v5
with: