mirror of
https://github.com/docker/login-action.git
synced 2026-01-21 07:28:54 +08:00
raw authentication to registries
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
bdf14dc173
commit
9fc23e88e3
9 changed files with 212 additions and 23 deletions
|
|
@ -18,12 +18,14 @@ inputs:
|
|||
required: false
|
||||
ecr:
|
||||
description: 'Specifies whether the given registry is ECR (auto, true or false)'
|
||||
default: 'auto'
|
||||
required: false
|
||||
logout:
|
||||
description: 'Log out from the Docker registry at the end of a job'
|
||||
default: 'true'
|
||||
required: false
|
||||
registry-auth:
|
||||
description: 'Raw authentication to registries, defined as YAML objects'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue