Files
claude-hub/.github/workflows
Jonathan cb5a6bf529 fix: correct runner labels syntax in docker-publish workflow
The workflow was using incorrect syntax that created a single string
"self-hosted, linux, x64, docker" instead of an array of individual
labels ["self-hosted", "linux", "x64", "docker"].

This caused jobs to queue indefinitely as GitHub couldn't find a runner
with the combined label string.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-30 09:16:43 -05:00
..