From 04c6bcc2d2672743e12f2a6f5dd77de79c52a3e6 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Mar 2026 15:15:58 -0600 Subject: [PATCH] fix: cleanup buildx builders after jobs --- .forgejo/workflows/production.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index d891ef3b..4e757b39 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -201,6 +201,9 @@ jobs: - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 + with: + buildkitd-flags: --allow-insecure-entitlement security.insecure + cleanup: true - name: Log in to Container Registry uses: https://github.com/docker/login-action@v3