cog icon indicating copy to clipboard operation
cog copied to clipboard

GitHub Actions Runner Error: Failed to Load Docker Image Metadata During cog Push Command

Open tsui66 opened this issue 1 year ago • 1 comments

Issue Description

When running cog push r8.im/aicapcut/${{ inputs.model_name }} from a GitHub Actions runner using Docker buildx, the following error occurs:

Error Message

#2 [internal] load metadata for r8.im/aicapcut/anima-pencil-v310:latest
#2 ERROR: r8.im/aicapcut/anima-pencil-v310:latest: not found
------
 > [internal] load metadata for r8.im/aicapcut/anima-pencil-v310:latest:
------
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
Dockerfile:1
--------------------
   1 | >>> FROM r8.im/aicapcut/anima-pencil-v310
--------------------
ERROR: failed to solve: r8.im/aicapcut/anima-pencil-v310: failed to resolve source metadata for r8.im/aicapcut/anima-pencil-v310

tsui66 avatar Apr 29 '24 16:04 tsui66

Duplicate of https://github.com/replicate/cog/issues/1631

zeke avatar Apr 29 '24 21:04 zeke

This is fixed in https://github.com/replicate/cog/releases/tag/v0.9.8

zeke avatar Jun 06 '24 14:06 zeke