This GitHub Action configures tkn
in the environment for managing Tekton
resources in GitHub Actions.
Tekton is a powerful yet flexible Kubernetes-native open-source framework for creating continuous integration and delivery (CI/CD) systems. It lets users build, test, and deploy across multiple cloud providers or on-premises systems by abstracting away the underlying implementation details.
Connect to your Kubernetes cluster:
Or configure a Kubernetes cluster using KinD:
- uses: engineerd/[email protected]
jerop/tkn
installs tkn
for your operating system
- uses: jerop/[email protected]
jerop/tkn
installs the latest version of tkn
by default - use version
to select a specific version of tkn
- uses: jerop/[email protected]
with:
version: v0.18.0
Use of Tekton and GitHub Actions is demonstrated in https://github.com/jerop/demo-tkn