mirror of
https://github.com/docker/login-action.git
synced 2025-11-09 20:26:22 +08:00
multiple logins support
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -24,6 +24,9 @@ inputs:
|
||||
description: 'Log out from the Docker registry at the end of a job'
|
||||
default: 'true'
|
||||
required: false
|
||||
logins:
|
||||
description: 'Add other registries to authenticate to, defined as YAML objects'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
|
||||
Reference in New Issue
Block a user