ci(release): add workflow_dispatch + docker diagnostics #2
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Release workflow run #25 failed post-merge with the Docker build/push steps. To diagnose without needing a fresh commit each time, this PR:
workflow_dispatch:sorelease.ymlcan be re-run from the Forgejo UI or MCP on any merge state.id,DOCKER_HOST, thedocker.socklisting,docker version/info, anddocker buildx version/lsbefore any build or login runs. Lets us see exactly what the job container sees.Merging this will also re-trigger release.yml with the new diagnostics, which should tell us whether the runner's docker socket is mounted + reachable.
Test plan
test.yml) still passes on dev after this change (syntax-only addition to release.yml):mainimage lands in the Forgejo registry (closes Fable task 281)