From be578a6a248e4fd39ae9c80aea73734a20712685 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 29 Nov 2019 22:01:16 +0100 Subject: [PATCH] Document helper action for gcloud --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1596b4..db6ac8e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ jobs: `username` the login username for the registry `password` the login password for the registry -> If you would like to publish the image to AWS ECR, please have a look at https://github.com/elgohr/ecr-login-action +If you would like to publish the image to other registries, these actions might be helpful + +| Registry | Action | +|------------------------------------------------------|-----------------------------------------------| +| Amazon Webservices Elastic Container Registry (ECR) | https://github.com/elgohr/ecr-login-action | +| Google Cloud Container Registry | https://github.com/elgohr/gcloud-login-action | ## Outputs