-
Notifications
You must be signed in to change notification settings - Fork 231
Closed
Labels
Description
Contributing guidelines
- I've read the contributing guidelines and wholeheartedly agree
I've found a bug, and:
- The documentation does not mention anything about my problem
- There are no open or closed issues that are related to my problem
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@v3Workflow logs
No response
BuildKit logs
No response
Additional info
Pinning to v3.5.0 resolves the issue
Reactions are currently unavailable