From ffc923a9eaf75b98e9f936299a5c24bcc82fc29a Mon Sep 17 00:00:00 2001 From: Daniel Beal Date: Wed, 30 Dec 2020 11:17:11 -0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e146400..0c86dd3 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ Following inputs can be used as `step.with` keys | Name | Type | Default | Description | |------------------|---------|-----------------------------|------------------------------------| | `registry` | String | | Server address of Docker registry. If not set then will default to Docker Hub | +| `isECR` | String | Detected automatically | Specifies whether the given registry is ECR, either `true` or `false` | | `username` | String | | Username used to log against the Docker registry | | `password` | String | | Password or personal access token used to log against the Docker registry | | `logout` | Bool | `true` | Log out from the Docker registry at the end of a job |