From f6597c1314b91ef4cd9dbabbcbf3ca6b81d401e6 Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 23 Apr 2025 10:34:29 +0800 Subject: [PATCH] Fix: remove debug flag and change metadata source --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 5b951bf..be04431 100644 --- a/action.yaml +++ b/action.yaml @@ -60,7 +60,7 @@ runs: - name: Setup Docker BuildX uses: docker/setup-buildx-action@v3.10.0 with: - buildkitd-flags: --debug + #buildkitd-flags: --debug config-inline: | [registry."${{ inputs.push-registry }}"] ca = ["ca.pem"] @@ -76,7 +76,7 @@ runs: env: NODE_OPTIONS: --use-openssl-ca with: - context: git + context: workflow images: | ${{ inputs.push-registry }}/${{ env.GITEA_REPO }} tags: |