GitHub build action fails while local -remote push works

I have a Dockerfile, that I can push using deploy --remote-only.
I have added an automatic build using the GitHub action. I have used the default .github/workflows/fly.yml from the documentation. But the latest fails; what’s the difference in the built environment? Don’t they end up in the same build machine?

1 Like