-
Notifications
You must be signed in to change notification settings - Fork 208
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
action: get latest tag by github api #1468
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1468 +/- ##
==========================================
- Coverage 53.80% 53.80% -0.01%
==========================================
Files 123 123
Lines 40172 40172
Branches 40172 40172
==========================================
- Hits 21614 21613 -1
Misses 17333 17333
- Partials 1225 1226 +1 |
7ed6f6d
to
4b78ad6
Compare
If the |
c71d41e
to
546d50d
Compare
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.
others LGTM, thanks!
5df8a6f
to
8df6d71
Compare
Use https://api.github.com/repos/Dragonflyoss/nydus/releases/latest to get the latest tag of nydus, and used in smoke/integration-test. Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
8df6d71
to
4c43d9e
Compare
In |
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.
Thanks!
Details
Use Github API to get the latest tag of nydus, and used in smoke/integration-test.
Enhancement #1462.
Types of changes
What types of changes does your PullRequest introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.