pleasepleaseplease
Some checks failed
Build and Push API / build-api (push) Successful in 8m17s
Build and Push Dashboard / build-dashboard (push) Failing after 2h11m8s
Build and Push Worker / build-worker (push) Successful in 7m52s

This commit is contained in:
2026-04-03 15:58:09 +02:00
parent 0946eb8e7a
commit 95b4a6fd11

View File

@@ -19,6 +19,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-config-inline: |
[grpc]
keepaliveTime = "20s"
keepaliveTimeout = "10s"
keepaliveEnforcementMinTime = "15s"
- name: Log in to registry
if: github.event_name != 'pull_request'