Github Action Deploy Failing

We are having a deployment issue from Github Actions. Currently, we are able to deploy from a local terminal utilizing the fly deploy command, but when this is run from the Github Action we get the following error:

Error: release command failed - aborting deployment. error running release_command machine: failed to wait for VM 080e077f695498 in stopped state: not_found: machine not found

Error: Process completed with exit code 1.

Additionally, I am noticing a lot of destroyed machines on the app in Fly.

EDIT: Fixed our issue by updating the workflow file and not building the image separatly.

We are also having issues with Building and deploying in Github Actions. Works fine locally.

Error: buildx failed with: ERROR: failed to solve: failed to push registry.fly.io/xxxxxx-xxxxxx:dev-someHash: unexpected status from POST request to https://registry.fly.io/v2/xxxxxx-xxxxxx/blobs/uploads/: 404 Not Found```

can you please share the changes you made? I am having the same problem

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.