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: |