mirror of
https://github.com/docker/login-action.git
synced 2025-04-01 20:50:06 +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:
|
registry:
|
||||||
description: 'Server address of Docker registry. If not set then will default to Docker Hub'
|
description: 'Server address of Docker registry. If not set then will default to Docker Hub'
|
||||||
required: false
|
required: false
|
||||||
|
isECR:
|
||||||
|
description: 'Specifies whethre the given registry is ECR. Uses regex by default to detect automatically'
|
||||||
|
required: false
|
||||||
username:
|
username:
|
||||||
description: 'Username used to log against the Docker registry'
|
description: 'Username used to log against the Docker registry'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue