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