发布

  • fix(ci): fix Docker image publishing and worker builds

    frostbyte_neo 发布于 2026-02-06 13:32:58 +00:00 | 1166 次提交 在此版本后已推送到 main

    The v.docker.* tags pushed by the release workflow using GITHUB_TOKEN
    don't trigger the publish workflow (GitHub Actions limitation). Add a
    workflow_call to publish.yml directly from the release job.

    Also fix worker Containerfiles (coordinator, docker-provider,
    kubernetes-provider) that fail to build since the superjson vendoring
    change in @trigger.dev/core — run bundle-vendor before build:bundle.

    下载附件