• v0.3.1 d17794f477

    v0.3.1
    All checks were successful
    Publish / detect-release (push) Successful in 9s
    Publish / tag (push) Successful in 5s
    Publish / publish-containers (push) Successful in 2m9s
    Publish / promote-release (push) Successful in 1s
    Stable

    Gravity Bot released this 2026-02-17 17:04:56 +00:00 | 6 commits to main since this release

    What's Changed

    Bug Fixes

    • OP#893: Fix publish.yml build-image job to use DinD service pattern — the docker/login-action, docker/setup-buildx-action, and docker/build-push-action GitHub Actions expected Docker CLI in the runner PATH, but Forgejo act_runner doesn't provide it. Replaced with DinD service pattern (docker:dind + apk add docker-cli docker-cli-buildx).

    CI Improvements

    • detect-release job now uses node:18-alpine container with git installed
    • build-image renamed to publish-containers with Docker-in-Docker service
    • promote-release now depends on successful container publish

    Install

    docker pull git.bros.ninja/mike/fontshelf:v0.3.1
    

    Full Changelog

    https://git.bros.ninja/mike/fontshelf/compare/v0.3.0...v0.3.1

    Downloads