Github Action Now Fails To Trigger my Deploy

I was having zero issues with anything until today and yesterday. Now every time I try and push to my repo I’m getting this error.

Searching for image ‘registry.fly.io/[url removed]’ remotely…

11Error failed to fetch an image or build from source: Could not find image “registry.fly.io/[removed url]”

I’m not really sure what to do about it.

This was caused by a slient upgrade of Buildkit to v0.10.0 in Github Actions. Check out the workaround here:

1 Like