05d24933f1
Publish container / publish (push) Failing after 22s
The compose files were switched to pull from the Gitea registry (git.us2plus2.com/marvin/vboxstock), but publish-container.yml was left hardcoded to ghcr.io. Gitea Actions also executes .github/workflows, so every push ran this job twice: it succeeded on GitHub (real GITHUB_TOKEN, publishing to ghcr.io, which nothing consumes) and failed on Gitea every time (Gitea's own GITHUB_TOKEN isn't valid for github.com's registry). Now the registry/image target is derived from github.server_url, so each runner logs into and publishes to its own registry with its own automatic token.