-
v0.3.1
Stablereleased this
2026-02-17 17:04:56 +00:00 | 6 commits to main since this releaseWhat'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, anddocker/build-push-actionGitHub 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-releasejob now usesnode:18-alpinecontainer with git installedbuild-imagerenamed topublish-containerswith Docker-in-Docker servicepromote-releasenow depends on successful container publish
Install
docker pull git.bros.ninja/mike/fontshelf:v0.3.1Full Changelog
https://git.bros.ninja/mike/fontshelf/compare/v0.3.0...v0.3.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- OP#893: Fix publish.yml build-image job to use DinD service pattern — the