-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add config input #67
Add config input #67
Conversation
fabe901
to
8a6cc21
Compare
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
=======================================
Coverage 78.18% 78.18%
=======================================
Files 5 5
Lines 110 110
Branches 19 19
=======================================
Hits 86 86
Misses 18 18
Partials 6 6
Continue to review full report at Codecov.
|
Had to force push due to missing DCO. |
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.
Needs to update action.yml
too.
@GMartinez-Sisti LGTM minus a small change in action.yml. About test I will do that through the ci workflow in a further PR. Will let you know. |
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
8a6cc21
to
9b36596
Compare
Right, I missed that one! Done. I force pushed to keep it clean. |
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.
LGTM thanks!
Fixes #66
Hi, as discussed on #66, this PR adds a new input named
config
. The input accepts a string that is the path for the buildkitd daemon configuration file.This is my first contribution on typescript but, if I understood the flow correctly, this change should be enough to make it work. @crazy-max please let me know how we can add a test to this.
Thanks!