Contributing guidelines
I've found a bug, and:
Description
Using v3.6.0 in GHA errors with:
"Error: Unexpected token 'j', "json" is not valid JSON"
Expected behaviour
It should not produce this error
Actual behaviour
GHA step fails
Repository URL
No response
Workflow run URL
No response
YAML workflow
jobs:
build:
name: Build
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: prepare build action
uses: docker/setup-buildx-action@v3
Workflow logs
No response
BuildKit logs
No response
Additional info
Pinning to v3.5.0 resolves the issue
Contributing guidelines
I've found a bug, and:
Description
Using v3.6.0 in GHA errors with:
"Error: Unexpected token 'j', "json" is not valid JSON"
Expected behaviour
It should not produce this error
Actual behaviour
GHA step fails
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
Pinning to v3.5.0 resolves the issue