feat: Add Kaniko builder action

This commit is contained in:
Alex Viscreanu 2020-02-20 08:12:35 +01:00 committed by Alex Viscreanu
parent 51bb133767
commit 40f2e6421a
No known key found for this signature in database
GPG Key ID: 60A6BD7F046C850B

View File

@ -361,6 +361,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description) - [Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description)
- [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish) - [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish)
- [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata)
- [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action)
#### Kubernetes #### Kubernetes