mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Minor corrections to readme and yml
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
34907f0624
commit
1ccd3cd25b
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue