• v1.5.7 8df6ddb2fd

    v1.5.7
    All checks were successful
    Release / build-and-release (push) Successful in 4m26s
    Stable

    Ghost released this 2026-07-20 07:20:17 +02:00 | 1 commits to main since this release

    Added

    • Pushing a version tag now automatically builds the multi-arch Docker images and publishes them to Docker Hub, the same way the FediSuite Android App already automates its releases. A Forgejo release with changelog notes and a link to the published images is created alongside it.

    This release publishes the FediSuite server Docker images (app and background worker) used by the self-hosting Docker Compose stack.

    Docker images on Docker Hub: https://hub.docker.com/r/christinloehner/fedisuite

    docker pull christinloehner/fedisuite:1.5.7          # linux/amd64
    docker pull christinloehner/fedisuite:arm64-1.5.7    # linux/arm64
    
    Downloads