• v1.2.2 5a5e45b685

    fix(ci): use secrets.GITEA_TOKEN instead of GITHUB_TOKEN
    Docker Build / docker (push) Failing after 8s

    Ghost released this 2026-05-22 09:13:06 +02:00 | 63 commits to main since this release

    Per Gitea Actions docs, the auto-injected token is exposed as
    GITEA_TOKEN, not GITHUB_TOKEN. The latter is GitHub-Actions-specific
    and not aliased on Gitea by default.

    Also bumps version to 1.2.2 to trigger a fresh tag-build.

    Downloads