pretalx / pretalx-docker

Docker setup for a complete pretalx installation. Community-sourced, not officially supported.
29 stars 39 forks source link

Rerun workflow to build 2024.1.0 containers #58

Closed Shuttleu closed 4 months ago

Shuttleu commented 4 months ago

So there appears to be an issue with Github workflows, re-runs of the same code should produce the same results, however it seems the workflow is getting stuck on the arm64 build of the container.

Re-running the workflow a few times seems to allow it to progress (even though this shouldn't happen)

This run (fresh fork of the repo with no changes) has got stuck on the arm64 build when it gets to pretalx rebuild This run (the exact same code) has passed after being run 4 times.

Im not sure what is causing the build to hang and I'm not sure how I would go about investigating it, however it seems that re-running the build a few times seems to allow it to build successfully.

rixx commented 4 months ago

I started a re-run 10 minutes before you opened this issue, which has now passed. As always, I'm happy for offers of

a) PRs that fix this issue, or b) people interested in maintaining this repo, as it's intended to be community-maintained (because I have no knowledge of or interest in Docker at all).