Merge pull request #439 from ankitvgupta/patch-1

Added ref-to-tag action
This commit is contained in:
Sarah Drasner 2020-08-27 22:30:15 -06:00 committed by GitHub
commit 3fe33295e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,6 +440,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx)
- [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/)
#### Kubernetes