-
Notifications
You must be signed in to change notification settings - Fork 579
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 StepActions to Catalog #1218
Comments
/assign |
/kind feature |
also related to tektoncd/pipeline#7329 |
@Yongxuanzhang thank you for this issue. I think it would be really good to have this implemented. Many of our tasks are single-step ones and having them as |
For ArtifactHub, I believe it was this PR: https://github.com/artifacthub/hub/pull/2337/files# that added Tasks and Pipelines. |
Rough Action plan:
|
cc @vinamra28 |
StepAction
is proposed in TEP-0142, and implemented by tektoncd/pipeline#7259.StepAction
is used to extract reusable step from a Task, to provide better performance, security and simplicity for user experience.This issue is created to track what Tasks' steps would be converted to a
StepAction
. We will start with https://github.com/tektoncd/catalog/tree/main/task/git-clone. Then expands to other ones.The text was updated successfully, but these errors were encountered: