fix: 🐛 build fail Failed to Load Docker Image Metadata
Please see https://github.com/replicate/cog/pull/1656
Hey @EduarteXD I finally got around to taking this for a spin. Using this code which points at your commit:
- name: Setup Cog
uses: replicate/setup-cog@e32d261202c6a889366ad06f0cfff72fd825e7c5
I got this error in my Actions run:
Any idea what that might be about? Were you successfully able to configure use for your own needs?
Hey @EduarteXD I finally got around to taking this for a spin. Using this code which points at your commit:
- name: Setup Cog uses: replicate/setup-cog@e32d261202c6a889366ad06f0cfff72fd825e7c5I got this error in my Actions run:
Any idea what that might be about? Were you successfully able to configure
usefor your own needs?
https://github.com/aicapcut/cog-test/actions/runs/9560733957/job/26353447883
@zeke I think this error is related to the "Free disk space" step. When I do not run this step, the action can be completed successfully.
