mirror of
https://github.com/docker/login-action.git
synced 2025-03-31 12:10:05 +02:00
Update action.yml
This commit is contained in:
parent
ab80d026d4
commit
2619919e41
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue