Hello all, so I have a local gitea instance running in an lxc container on proxmox. No problems there. I have started to try and use actions and it was working pretty well but now the actions fail almost consistantly and I’m unsure as to why. Dex/ss_website: NextJS Code for the SimplySyncedLLC.com website. - ss_website - Simply Synced Gitea this is the link to my nextjs app of my website. I have an action that when merged to master it will trigger the build process. Now, I’m currently getting it to build arm64 images so that I can deploy them on my kubernetes cluster running on some pi4s. I’m not sure if the current issue is its just timing out but what I noticed is that it seems to stop building and never creates the static pages. Therefor it is failing when it is trying to copy the static images. I have not found out why it fails to start building the static pages. Greatly appreciate anyone pointing out if I’m missing something simple or not.