anyone who forked the project and reused the Githu...
# troubleshoot
b
anyone who forked the project and reused the Github actions wholesale? kept encountering failures at this Github action in docker-unified:
Copy code
name: Upload image locally for testing (if not publishing)
uses: ishworkh/docker-image-artifact-upload@v1
        if: ${{ needs.setup.outputs.publish != 'true' }}
        with:
          image: ${{ steps.docker_meta.outputs.tags }}
whenever i merge to master branch it mysteriously fails all the containers with the cyrptic message:
Copy code
Run ishworkh/docker-image-artifact-upload@v1
Error: RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded