-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: #4759 venus-auth: add docker feature #75
Conversation
Codecov Report
@@ Coverage Diff @@
## main #75 +/- ##
==========================================
+ Coverage 30.14% 30.38% +0.23%
==========================================
Files 30 30
Lines 2491 2472 -19
==========================================
Hits 751 751
+ Misses 1623 1604 -19
Partials 117 117
Flags with carried forward coverage won't be shown. Click here to find out more.
|
tags: | ||
- '**' | ||
push: | ||
branches: [ docker ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是不是主分支[ main ]
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对,这个是只监听docker分支的,主分支的已经写进原来那个统一的那个 工作流文件了。如果以后docker分支不保留的话,可以删掉,否则建议保留,这样可以方便dockers分支进行发布镜像测试
Related Issues
filecoin-project/venus#4759
Proposed Changes
add docker features
add github action for automaticly pushing to dockerhub
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <#issue number> <area>: <change being made>
fix: #1234 mempool: Introduce a cache for valid signatures
PR type
: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc, perf, refactor, revert, style, testarea
: venus, venus-messager, venus-miner, venus-gateway, venus-auth, venus-market, venus-sealer, venus-wallet, venus-cluster, api, chain, state, vm, data transfer, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet