I'm working to get bluebuild working as a forgejo action with podman as the container handler. It seems like this might not be possible with the way the github actions are set up. I've converted the workflow to a forgejo workflow and made it so that it "should" upload images to the forgejo container registry.
The issue
I'm can't seem to get the action to complete. It looks like the workflow spawns a (separate) docker container on the github side behind the scenes which would then do the build.
What I've tried
I've set up a mapping from the podman socket to a docker socket in the runner, but that's not the container that is actually doing the build. I'm not sure how to do this. if I don't have that set up. Has anyone else tried doing something like this? If not, should I just stop trying?