Merge pull request #334 from aexvir/aexvir/add-kaniko-builder

feat: Add Kaniko builder action
This commit is contained in:
Jessica 2020-03-10 13:27:00 -07:00 committed by GitHub
commit faf3fd4c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,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