You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please only report specific issues with flyctl behavior. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!
Describe the bug
Starting about three weeks ago (presumably with v0.3.7/v0.3.8), flyctl stopped properly deploying locally-built images in Github Actions. Also, it failed silently, so I wasn't alerted to the issue.
I'm certain the container exists with the correct name because I launch it for testing before trying to deploy it to fly.
Previously, the output looked like this...
Good output
==> Verifying app config
Validating apps/myappname/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
Searching for image '***-myappname' locally...
image found: sha2[56](https://github.com/browsercat/core/actions/runs/10428003589/job/28883596761#step:15:57):192a58e004d12f32ab00f458566a5813bc81e268e7dec442e5ebbedc085c4d89
==> Pushing image to fly
The push refers to repository [registry.fly.io/***-myappname]
46b42d78f272: Preparing
b07025ce846a: Preparing
3bd4370f06cb: Preparing
...etc...
But now I consistently get this error...
Bad output
==> Verifying app config
--> Verified app config
Validating apps/myappname/fly.toml
✓ Configuration is valid
==> Building image
Searching for image '***-myappname' remotely...
==> Building image
Searching for image '***-myappname' remotely...
Error: failed to fetch an image or build from source: Could not find image "docker.io/library/***-myappname:latest"
Nothing has changed about my CI/CD pipeline, node dependencies, etc.
Hey, I was able to get it working using --local-only. However, the docs for --(local|remote)-only discuss building not referencing. I still get the sense it wasn't your intention to change the default behavior, so I think this still qualifies as a bug.
I'd also like to call your attention again to the silent fails. They are occurring with other cases of failed fly deploy. For example, even after I got deploy to work, the following output did not send an error code:
✔ [464/521] Cleared lease for 48ed64eb716348
✔ [145/521] Cleared lease for 48ed669b777778
✔ [458/521] Cleared lease for 683d527a575208
Error: failed to get current app state: failed to list VMs: context deadline exceeded (Request ID: 01JA86018YEWFR365ZT4YGD4X2-sjc) (Trace ID: 23b1abeee78c2fa92b2274c032d01e43)
Please only report specific issues with
flyctl
behavior. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!Describe the bug
Starting about three weeks ago (presumably with v0.3.7/v0.3.8), flyctl stopped properly deploying locally-built images in Github Actions. Also, it failed silently, so I wasn't alerted to the issue.
I'm certain the container exists with the correct name because I launch it for testing before trying to deploy it to fly.
Previously, the output looked like this...
But now I consistently get this error...
Nothing has changed about my CI/CD pipeline, node dependencies, etc.
I suspect it's not the
setup-flyctl
action, because that hasn't changed since August.The text was updated successfully, but these errors were encountered: