StepAction is currently at v1beta1 stability level.
Resource Definition
tekton.dev/v1beta1StepActionStandard Kubernetes metadata.
Defines the desired state of the StepAction.
StepActionSpec
A user-facing description of the step action.
Container image reference to run for this StepAction.
Entrypoint array. Not executed within a shell. The image’s ENTRYPOINT is used if not provided.
Arguments to the entrypoint. The image’s CMD is used if not provided.
Script is the contents of an executable file to execute. If Script is not empty, the StepAction cannot have a Command and the Args will be passed to the Script.
Working directory for the step.
List of environment variables to set in the container.
Input parameters required to run the StepAction. Parameters must be supplied when referencing this StepAction from a Step.See Parameter Types for details.
Values that this StepAction can output.
Security options the Step should run with. Takes precedence over Task-level security context.
Volumes to mount into the Step’s filesystem.
Using StepActions in Steps
Steps can reference StepActions using theref field: