From 2619919e4197e5259b9f85c8e062cbf65c4164a7 Mon Sep 17 00:00:00 2001 From: Daniel Beal <50845286+dbeal-wiser@users.noreply.github.com> Date: Wed, 30 Dec 2020 10:45:01 -0800 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 039e609..356eebf 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,9 @@ inputs: registry: description: 'Server address of Docker registry. If not set then will default to Docker Hub' required: false + isECR: + description: 'Specifies whethre the given registry is ECR. Uses regex by default to detect automatically' + required: false username: description: 'Username used to log against the Docker registry' required: false