-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support action create/update with --docker. #125
Conversation
Codecov Report
@@ Coverage Diff @@
## master #125 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 57 57
Lines 1771 1771
Branches 317 317
=====================================
Hits 1771 1771 Continue to review full report at Codecov.
|
@@ -234,6 +244,9 @@ ActionCreate.flags = { | |||
sequence: flags.string({ | |||
description: 'treat ACTION as comma separated sequence of actions to invoke' // help description for flag | |||
}), | |||
docker: flags.string({ | |||
description: 'use provided Docker image (a path on DockerHub) to run the action' // help description for flag |
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.
@rabbah mind insert the word Restricted !
before use provided ...
. B/c this feature is not GA, but available to select namespaces only.
thanks a lot @rabbah ! Just merged this. |
Support action create/update with --docker.
Description
This PR supersedes #114 and adds --docker flag for action create/update.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: