Supported GitHub Actions
Automate your development workflows using GitHub Actions and Okteto.
GitHub Actions gives you the flexibility to build automated software development workflows. With GitHub Actions for Okteto, you can create workflows to build, deploy, and update your applications in Okteto.
Available Actions
The GitHub Actions for Okteto are available directly from the GitHub Marketplace.
- Activate Namespace
- Build
- Context
- Create Namespace
- Delete Namespace
- Deploy Pipeline
- Deploy Preview
- Destroy Pipeline
- Destroy Preview
- Test
Each GitHub Action supports the following tags:
latest
: this is the version running the last stable Okteto CLI releasev3
: this is the version running the last stable Okteto CLI 3.x releasev2
: this is the version running the last stable Okteto CLI 2.x releasemain
: this is our development version. Don't use this tag for production usage!
Finally, you can ping a specific Okteto CLI version in your GitHub Actions, for example, okteto/context@2.31.0
.