From feb6b523d035336015397d6f774893b19a12b8cc Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 11 Jun 2020 00:06:45 -0400 Subject: [PATCH 1/2] Added ref-to-tag action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..922ebbe 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [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) +- [Convert branch or tag name into Docker-compatible image tag](https://github.com/ankitvgupta/ref-to-tag-action/) #### Kubernetes From 947a6624e203482331ecde44c7b237bbc2b50ac1 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 27 Aug 2020 23:51:47 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922ebbe..8aeddec 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [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) -- [Convert branch or tag name into Docker-compatible image tag](https://github.com/ankitvgupta/ref-to-tag-action/) +- [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) #### Kubernetes