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
7.97k stars 773 forks source link

Use newer version of github docker push action #6099

Closed neil-xie closed 4 weeks ago

neil-xie commented 4 weeks ago

What changed? Multi-architecture builds and push action was introduced in v2, currently we are using v1 which is not working

Why?

How did you test it?

Potential risks

Release notes

Documentation Changes

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.06%. Comparing base (2c9795e) to head (19d60db). Report is 1 commits behind head on master.

Additional details and impacted files [see 7 files with indirect coverage changes](https://app.codecov.io/gh/uber/cadence/pull/6099/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/uber/cadence/pull/6099?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/uber/cadence/pull/6099?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber). Last update [2c9795e...19d60db](https://app.codecov.io/gh/uber/cadence/pull/6099?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber).
coveralls commented 4 weeks ago

Pull Request Test Coverage Report for Build 018fe532-b59d-4eba-9536-474b66d5e453

Details


Files with Coverage Reduction New Missed Lines %
service/history/queue/timer_queue_processor_base.go 1 77.66%
common/task/weighted_round_robin_task_scheduler.go 2 89.05%
common/peerprovider/ringpopprovider/config.go 2 81.58%
service/history/queue/transfer_queue_processor.go 2 56.49%
service/history/task/task.go 3 84.81%
common/persistence/nosql/nosql_task_store.go 3 85.52%
service/history/handler/handler.go 3 96.2%
service/frontend/api/handler.go 4 66.05%
common/task/fifo_task_scheduler.go 5 84.54%
service/history/execution/cache.go 6 74.61%
<!-- Total: 107 -->
Totals Coverage Status
Change from base Build 018fe51b-2f78-4f20-9983-032a3377f62d: -0.04%
Covered Lines: 105206
Relevant Lines: 148952

💛 - Coveralls