Minor corrections to readme and yml

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
Nick Adcock 2020-03-06 15:01:36 +00:00
parent 34907f0624
commit 1ccd3cd25b
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ inputs:
description: Username used to log in to a Docker registry. If not set then no login will occur
required: false
password:
description: Password used to log in to a Docker registry. If not set then no login will occur
description: Password or personal access token used to log in to a Docker registry. If not set then no login will occur
required: false
registry:
description: Server address of Docker registry. If not set then will default to Docker Hub
@ -27,7 +27,7 @@ inputs:
required: false
default: false
tag_with_sha:
description: Automatically tags the built image with the git short sha as per the readme
description: Automatically tags the built image with the git short SHA as per the readme
required: false
default: false
path: