chore(manifest): pin hal0-toolbox-qwen3tts image digest#977
Merged
Conversation
The toolbox build workflow (toolbox.yml, added in #975) successfully built and pushed ghcr.io/hal0ai/hal0-toolbox-qwen3tts:v1 on main (run 28345384705). Pin its published content digest in manifest.json so release.yml's null-digest gate is satisfied for this image. Digest resolved via scripts/update-toolbox-digests.sh (ghcr v2 manifest API). Only the qwen3tts entry is changed — the script also tried to null comfyui's docker.io @sha256 pin (it only resolves ghcr.io refs), which is a pre-existing script limitation and was intentionally NOT applied here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
thinmintdev
added a commit
that referenced
this pull request
Jun 29, 2026
Cuts the release that carries the qwen3tts work merged after 0.8.2b2: Qwen3TTSProvider (#972), dispatcher upstream-auth (#973), voice.tts capability switch (#976), toolbox image CI (#975), migration prep (#974), and the pinned qwen3tts image digest (#977). All toolbox_images digests are non-null, satisfying release.yml's null-digest gate. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pins the published content digest for
ghcr.io/hal0ai/hal0-toolbox-qwen3tts:v1inmanifest.json, satisfyingrelease.yml's null-digest gate for this image.How
toolbox.yml(from ci(toolbox): wire hal0-toolbox-qwen3tts build+push to ghcr.io #975) built + pushed the image onmain— run 28345384705, success.sha256:c3a4606de1488ef594c3552057985186bc01f4af7e79a23bbd2c9cf275e70838resolved viascripts/update-toolbox-digests.sh(ghcr v2 manifest API).Scope
Single-line change — only the
qwen3ttsdigest. The update script also tried to nullcomfyui'sdocker.io@sha256pin (its curl path only resolvesghcr.iorefs and nulls everything else); that regression was intentionally not applied. Worth a follow-up fix to the script so it preserves@sha256-pinned non-ghcr tags.🤖 Generated with Claude Code