From 06a564f41c0173d615d161a3354e21fbc8467ca1 Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 23 Apr 2025 09:27:08 +0800 Subject: [PATCH] Draft: add debug flag to buildkit --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index d615238..d1c70be 100644 --- a/action.yaml +++ b/action.yaml @@ -96,3 +96,4 @@ runs: type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache cache-to: | type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache + buildkitd-flags: --debug