Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerop/demo-tkn
https://github.com/jerop/demo-tkn
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerop/demo-tkn
- Owner: jerop
- License: apache-2.0
- Created: 2021-04-30T01:08:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T17:31:14.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:48:13.602Z (3 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tekton GitHub Actions Demo
![Build](https://github.com/jerop/demo-tkn/actions/workflows/cd.yaml/badge.svg)
An example usage of [`tkn` GitHub Action][tkn-action] to lint, test, build and run a [Hello World Go app](hello.go)
using [Tekton][tekton].[`tkn` GitHub Action][tkn-action] configures [`tkn`][tkn] in the environment for managing
[Tekton](https://tekton.dev/) resources in GitHub Actions.[Tekton][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.[tkn-action]: https://github.com/jerop/tkn
[actions]: https://help.github.com/en/categories/automating-your-workflow-with-github-actions
[tekton]: https://tekton.dev/
[tkn]: https://github.com/tektoncd/cli