uber / cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
https://cadenceworkflow.io
MIT License
8.16k stars 787 forks source link

Cadence v1.2.11 release doesn't publish any image #6173

Closed sonpham96 closed 3 weeks ago

sonpham96 commented 1 month ago

Version of Cadence server, and client(which language) This is very important to root cause bugs.

Describe the bug A clear and concise description of what the bug is. The latest version v1.2.11 is released without publishing the image to Dockerhub. The corresponding build that publish the image has failed: https://github.com/uber/cadence/actions/runs/9880171785.

To Reproduce Is the issue reproducible?

Steps to reproduce the behavior: A clear and concise description of the reproduce steps.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here, E.g. Stackstace, workflow history.

neil-xie commented 1 month ago

Github action version for publishing docker image was bumped to v5 in #6134, however multi-platform build is not supported for the docker driver and the action failed to build and push the image. We are currently working on manually building and publishing v1.2.11.

neil-xie commented 1 month ago

The issue has been fixed in #6187, next release should be pushed automatically. We are still working on manually building and publishing v1.2.11.

neil-xie commented 3 weeks ago

https://hub.docker.com/layers/ubercadence/server/v1.2.11/images/sha256-12e07e5619d4a879b8b752d9c29792a45f0410c2e7658a91f3bc172e72d2a3eb?context=explore v1.2.11 is published